Home
last modified time | relevance | path

Searched refs:CIRC1 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.c352 { TOKEN, { '^' }, CIRC1, },
526 { CIRC1, { C_XXX }, S_CHRB, },
527 { CIRC1, { '=' }, KEEP(T_XOREQ), },
812 fsm[CIRC1][' '] = fsm[CIRC1]['\t'] = n; in ppfsm()
H A Dppfsm.h150 #define CIRC1 (TOKEN+17) macro