Searched refs:QUICK (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppfsm.c | 263 { QUICK, { C_XXX }, QTOK, }, 264 { QUICK, { C_EOF, MARK }, S_CHRB, }, 265 { QUICK, { C_LET, C_DEC }, QID, }, 266 { QUICK, { 'L' }, LIT0, }, 267 { QUICK, { '"', '\'' }, S_LITBEG, }, 268 { QUICK, { '/' }, S_CHRB, }, 269 { QUICK, { '*' }, QCOM, }, 270 { QUICK, { '#' }, SHARP1, }, 271 { QUICK, { '\n' }, S_NL, }, 272 { QUICK, { '\f', '\v' }, S_VS, }, [all …]
|
H A D | ppfsm.h | 116 #define QUICK (PROTO+28) macro 117 #define QTOK (QUICK+1) 118 #define QNUM (QUICK+2) 119 #define QEXP (QUICK+3) 120 #define QCOM (QUICK+4) 121 #define QID (QUICK+5) 122 #define MAC0 (QUICK+6)
|
H A D | pplex.c | 41 #define START QUICK
|
/titanic_41/usr/src/lib/libpp/i386/ |
H A D | ppdebug.h | 39 "QUICK", QUICK,
|
/titanic_41/usr/src/lib/libpp/sparc/ |
H A D | ppdebug.h | 39 "QUICK", QUICK,
|