Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.c344 { TOKEN, { '%' }, PCT1, },
489 { PCT1, { C_XXX }, S_CHRB, },
490 { PCT1, { '=' }, KEEP(T_MODEQ), },
809 fsm[PCT1][' '] = fsm[PCT1]['\t'] = n; in ppfsm()
H A Dppfsm.h138 #define PCT1 (TOKEN+5) macro