Searched refs:PUSH (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/html/
H A Dbb2tok.c149 #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 Dpplib.h550 #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...]
H A Dppinput.c91 PUSH(t, cur);
232 debug((-7, "PUSH in=%s next=%s [%s]", ppinstr(pp.in), pptokchr(*pp.in->nextchr), pp.in->nextchr));
239 debug((-7, "PUSH in=%s next=%s [%s]", ppinstr(pp.in), pptokchr(*pp.in->nextchr), pp.in->nextchr));
259 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr)));

Completed in 19 milliseconds