Home
last modified time | relevance | path

Searched refs:T_NOISE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppkey.h38 #define ppisnoise(x) ((x)>=T_NOISE&&(x)<T_KEYWORD)
129 #define T_NOISE (T_TOKEN+65) macro
H A Dppkey.c113 "-NOISE", T_NOISE,
H A Dpp.key8 # . either T_<keyword> or T_NOISE
H A Dppop.c1409 op = ((key = ppkeyref(pp.symtab, s)) && (key->sym.flags & SYM_LEX)) ? key->lex : T_NOISE; in ppop()
H A Dpplex.c1417 if (c != T_NOISE) in ppcpp()