Searched defs:PUSH (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/html/ |
H A D | bb2tok.c | 149 #define PUSH(sp,op,h) token(sp,op,0,h,1) macro 245 PUSH(&state, op, h); 277 PUSH(&state, op, &header[LINK]); 312 PUSH(&state, op, &header[LINE]);
|
/ast/src/lib/libpp/ |
H A D | pplib.h | 550 #define PUSH(t,p) \ macro 571 PUSH(IN_COPY, cur); \ 576 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \ 583 PUSH(IN_EXPAND, cur); \ 590 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \ 603 PUSH(IN_MACRO, cur); \ 609 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \ 616 PUSH(IN_MACRO, cur); \ 621 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \ 629 PUSH(IN_MULTILIN [all...] |
Completed in 10 milliseconds