Searched refs:CCON (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/soltools/cpp/ |
H A D | _eval.c | 292 case CCON: in eval() 694 case CCON: in tokval()
|
H A D | cpp.h | 42 END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator
|
H A D | _tokens.c | 470 if ((tp->type == STRING) || (tp->type == CCON)) in puttokens()
|
H A D | _lex.c | 162 {CC1, {'\''}, ACT(CCON, S_SELF)},
|
H A D | _macro.c | 684 instring = tp->type == STRING || tp->type == CCON; in stringify()
|
Completed in 28 milliseconds