Searched refs:DSHARP (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/soltools/cpp/ |
H A D | _macro.c | 501 if (lp->type == DSHARP) in gatherargs() 547 if (((rtr->tp + 1) < rtr->lp && (rtr->tp + 1)->type == DSHARP) in substargs() 548 || (rtr->tp != rtr->bp && (rtr->tp - 1)->type == DSHARP)) in substargs() 582 trp->tp->type = DSHARP; in doconcat() 584 if (trp->tp->type == DSHARP) in doconcat()
|
H A D | cpp.h | 42 END, UNCLASS, NAME, NUMBER, STRING, CCON, NL, WS, DSHARP, enumerator
|
H A D | _lex.c | 244 {SHARP1, {'#'}, ACT(DSHARP, S_SELF)},
|
Completed in 27 milliseconds