Searched refs:C_ID0 (Results 1 – 3 of 3) sorted by relevance
86 #define C_ID0 0020 /* [_a-zA-Z] */ macro96 #define ISID0(x) (spechr[x] & C_ID0)
103 #define C_I (C_SPEC|C_ID|C_ID0)104 #define C_IP (C_SPEC|C_ID|C_ID0|C_EP)105 #define C_IX (C_SPEC|C_ID|C_ID0|C_HEX)106 #define C_IXE (C_SPEC|C_ID|C_ID0|C_HEX|C_EP)1411 if ((spechr[ch] & C_ID0) == 0) in ppdir()
647 if (spechr[c = skipws(NULL)] & C_ID0) { in incfn()