Searched refs:C_ID (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libpp/
H A Dpp.h90 #define C_ID (1<<0) macro
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))
100 #define setid(c) ((pptype)[c]|=C_ID)
101 #define clrid(c) ((pptype)[c]&=~C_ID)

Completed in 12 milliseconds