Searched refs:UNCLASS (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/soltools/cpp/ |
H A D | _include.c | 159 static Token ta = {UNCLASS, 0, 0, 0, NULL, 0}; in genline() 191 static Token ta = {UNCLASS, 0, 0, 0, NULL, 0}; in genimport() 233 static Token ta = {UNCLASS, 0, 0, 0, NULL, 0}; in genwrap()
|
H A D | _lex.c | 82 {START, {C_XX}, ACT(UNCLASS, S_SELF)}, 134 {DOTS1, {C_XX}, ACT(UNCLASS, S_SELFB)}, 379 tp->type = UNCLASS; in gettokens()
|
H A D | cpp.h | 42 END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator
|
H A D | _cpp.c | 201 tp->type = UNCLASS; in control()
|
H A D | _macro.c | 632 if (ntr.bp->type == UNCLASS) in doconcat()
|
Completed in 31 milliseconds