Searched refs:pptype (Results 1 – 2 of 2) sorted by relevance
85 #define pptype (ppctype-(CHAR_MIN)) macro87 #define pptype (ppctype) macro94 #define ppisdig(c) ((pptype)[c]&C_DIG)95 #define ppisid(c) ((pptype)[c]&C_ID)96 #define ppisidig(c) ((pptype)[c]&(C_ID|C_DIG))97 #define ppismac(c) ((pptype)[c]&(C_ID|C_DIG|C_SPLICE))98 #define ppissplice(c) ((pptype)[c]&C_SPLICE)100 #define setid(c) ((pptype)[c]|=C_ID)101 #define clrid(c) ((pptype)[c]&=~C_ID)102 #define setdig(c) ((pptype)[c]|=C_DIG)[all …]
6 08-12-07 pp.h,ppdata.c: fix ancient pptype and ppctype[] off by one