Lines Matching defs:PUSH
550 #define PUSH(t,p) \
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_MULTILINE, cur); \
644 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
651 PUSH(IN_QUOTE, cur); \
656 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
666 PUSH(IN_SQUOTE, cur); \
671 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
678 PUSH(IN_STRING, cur); \
681 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
688 PUSH(IN_STRING, cur); \
691 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \