Home
last modified time | relevance | path

Searched refs:C_ID0 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.h86 #define C_ID0 0020 /* [_a-zA-Z] */ macro
96 #define ISID0(x) (spechr[x] & C_ID0)
H A Dtoken.c103 #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()
H A Dcpp.c647 if (spechr[c = skipws(NULL)] & C_ID0) { in incfn()