Searched refs:TOKEN (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libpp/ |
H A D | ppfsm.h | 133 #define TOKEN (HITN+3) macro 134 #define OCT1 (TOKEN+1) 135 #define OCT2 (TOKEN+2) 136 #define OCT3 (TOKEN+3) 137 #define NOT1 (TOKEN+4) 138 #define PCT1 (TOKEN+5) 139 #define AND1 (TOKEN+6) 140 #define STAR1 (TOKEN+7) 141 #define PLUS1 (TOKEN+8) 142 #define MINUS1 (TOKEN [all...] |
H A D | ppfsm.c | 53 * TOKEN tokenizing pplex() 330 { TOKEN, { C_XXX }, S_HUH, }, 331 { TOKEN, { C_EOF }, S_EOF, }, 332 { TOKEN, { C_DEC }, DEC1, }, 333 { TOKEN, { '0' }, OCT1, }, 334 { TOKEN, { '.' }, DOT1, }, 335 { TOKEN, { C_LET }, NID, }, 336 { TOKEN, { 'L' }, LIT, }, 337 { TOKEN, { '"', '\'', '<' }, S_LITBEG, }, 338 { TOKEN, { '/' }, COM [all...] |
H A D | pplex.c | 149 #define START TOKEN
|
/ast/src/cmd/html/ |
H A D | bb2tok.c | 148 #define TOKEN(sp,op,tok,t) do { if (t > tok) { *t = 0; token(sp, op, t = tok, 0, 0); } } while (0) macro 184 TOKEN(&state, op, tok, t); 187 TOKEN(&state, op, tok, t); 195 TOKEN(&state, op, tok, t); 295 TOKEN(&state, op, tok, t); 297 TOKEN(&state, op, tok, t); 306 TOKEN(&state, op, tok, t); 311 TOKEN(&state, op, tok, t); 318 TOKEN(&state, op, tok, t);
|
Completed in 22 milliseconds