Lines Matching refs:ppop
130 else if (!s) ppop(op, s, n); in tokop()
141 ppop(op, (flags & TOKOP_DUP) ? strdup(pp.token) : pp.token, n); in tokop()
151 if (*s) ppop(op, (flags & TOKOP_DUP) ? strdup(s) : s, n); in tokop()
1692 ppop(PP_MULTIPLE, i0); in ppcontrol()
1719 ppop(PP_COMPATIBILITY, i0); in ppcontrol()
1820 ppop(PP_KEYARGS, i0); in ppcontrol()
1827 ppop(PP_LINEBASE, i0); in ppcontrol()
1830 ppop(PP_LINEFILE, i0); in ppcontrol()
1833 ppop(PP_LINEID, i0 ? p : (char*)0); in ppcontrol()
1836 ppop(PP_LINETYPE, i0 ? (p ? strtol(p, NiL, 0) : 1) : 0); in ppcontrol()
1843 ppop(PP_LINETYPE, 1); in ppcontrol()
1844 ppop(PP_MACREF, ppmacref); in ppcontrol()
1968 ppop(PP_PASSTHROUGH, i0); in ppcontrol()
1971 ppop(PP_PEDANTIC, i0); in ppcontrol()
1974 ppop(PP_PLUSCOMMENT, i0); in ppcontrol()
1977 ppop(PP_PLUSPLUS, i0); in ppcontrol()
1999 ppop(PP_COMPATIBILITY, 1); in ppcontrol()
2000 ppop(PP_TRANSITION, 0); in ppcontrol()
2001 ppop(PP_PLUSCOMMENT, 1); in ppcontrol()
2002 ppop(PP_SPACEOUT, 1); in ppcontrol()
2005 ppop(PP_HOSTDIR, "-", 1); in ppcontrol()
2038 ppop(PP_SPACEOUT, i0); in ppcontrol()
2050 ppop(PP_STRICT, i0); in ppcontrol()
2075 ppop(PP_TEST, p); in ppcontrol()
2082 ppop(PP_TRANSITION, i0); in ppcontrol()
2083 if (pp.state & TRANSITION) ppop(PP_COMPATIBILITY, i0); in ppcontrol()
2086 ppop(PP_TRUNCATE, i0 ? (p ? strtol(p, NiL, 0) : TRUNCLENGTH) : 0); in ppcontrol()
2102 ppop(PP_WARN, i0); in ppcontrol()