Home
last modified time | relevance | path

Searched refs:pptype (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h85 #define pptype (ppctype-(CHAR_MIN)) macro
87 #define pptype (ppctype) macro
94 #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 …]
H A DRELEASE17 08-12-07 pp.h,ppdata.c: fix ancient pptype and ppctype[] off by one