Searched defs:CODE (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/html/ |
H A D | bb2tok.c | 51 #define CODE 5 macro 70 "code", "code", CODE, 0, 95 sfprintf(op, "%s<%s%s>\n", (!state->push && (state->prev->lex == HEADER || state->prev->lex == CODE && state->last != '\n')) ? "\n" : "", state->push ? "" : "/", state->prev->out); 115 sfprintf(op, "%s<%s%s>\n", (!state->push && (state->prev->lex == HEADER || state->prev->lex == CODE && state->last != '\n')) ? "\n" : "", state->push ? "" : "/", state->prev->out); 121 case CODE: 141 sfprintf(op, "%s<%s%s>\n", (!state->push && (state->prev->lex == HEADER || state->prev->lex == CODE && state->last != '\n')) ? "\n" : "", state->push ? "" : "/", state->prev->out); 293 if (*state.lex == CODE) 304 if (*state.lex == CODE) 309 if (*state.lex == CODE) 315 if (*state.lex == CODE) [all...] |
/ast/src/lib/libpp/ |
H A D | ppfsm.h | 38 #define CODE(tok,act) ((((tok)-N_PP)<<(BITTERM+1))|(act)) macro 44 #define BACK(tok) CODE(tok,S_TOKB) 45 #define KEEP(tok) CODE(tok,S_TOK)
|
/ast/src/cmd/std/ |
H A D | dd.c | 69 #define CODE 0 macro 208 CODE, 267 CODE, 497 else if (op->type == CODE) 543 case CODE:
|
Completed in 14 milliseconds