Searched refs:S_LITEND (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libpp/common/ |
H A D | ppfsm.c | 237 { LIT1, { '"', '\'' }, S_LITEND, }, 238 { LIT1, { '\n', C_EOF }, S_LITEND, }, 243 { LIT2, { '\n', C_EOF }, S_LITEND, }, 479 { HDR1, { '>', '\n', C_EOF }, S_LITEND, },
|
H A D | ppfsm.h | 183 #define S_LITEND (TERMINAL+4) macro
|
H A D | ppproto.c | 749 case S_LITEND: in lex()
|
H A D | pplex.c | 903 case S_LITEND: in ppcpp()
|
/titanic_44/usr/src/lib/libpp/i386/ |
H A D | ppdebug.h | 93 "S_LITEND", S_LITEND,
|
/titanic_44/usr/src/lib/libpp/sparc/ |
H A D | ppdebug.h | 93 "S_LITEND", S_LITEND,
|