Home
last modified time | relevance | path

Searched refs:S_CHR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.c96 { PROTO, { C_XXX }, S_CHR, },
354 { TOKEN, { '(', ')', '[', ']' }, S_CHR, },
355 { TOKEN, { '{', '}', ',', ';' }, S_CHR, },
356 { TOKEN, { '~', '?' }, S_CHR, },
H A Dppfsm.h195 #define S_CHR (TERMINAL+11) macro
H A Dpplex.c268 case S_CHR: in ppcpp()
H A Dppproto.c640 case S_CHR: in lex()