Lines Matching refs:ppop

207 			ppop(PP_COMMENT, ppcomment);
224 ppop(PP_COMPATIBILITY, n);
232 ppop(PP_DEBUG, -n);
235 ppop(PP_FILENAME, n ? s : NiL);
238 ppop(PP_HOSTDIR, "-", n);
241 ppop(PP_CDIR, "-", n);
244 ppop(PP_KEYARGS, n);
247 ppop(PP_LINEID, n && *s ? s : "line");
250 ppop(PP_MULTIPLE, !n);
253 ppop(PP_PASSTHROUGH, n);
256 ppop(PP_DUMP, n);
259 ppop(PP_TRANSITION, n);
262 ppop(PP_STRICT, n);
265 ppop(PP_TEST, s);
268 ppop(PP_VENDOR, "-", n);
271 ppop(PP_WARN, n);
274 ppop(PP_PROBE, n && *s ? s : 0);
277 ppop(PP_PEDANTIC, n);
280 ppop(PP_POOL, n);
291 ppop(PP_PLUSPLUS, n);
305 ppop(PP_OPTION, s + 1);
308 ppop(PP_DIRECTIVE, s + 1);
314 ppop(PP_STRICT, 1);
316 ppop(PP_PLUSPLUS, 1);
319 ppop(PP_DEFINE, s);
355 ppop(PP_LOCAL);
358 ppop(PP_CDIR, s, n);
361 ppop(PP_DEFAULT, s);
364 ppop(PP_HOSTDIR, s, n);
367 ppop(PP_IGNORE, s);
370 ppop(PP_IGNORELIST, s);
373 ppop(PP_READ, s);
376 ppop(PP_STANDARD, s);
379 ppop(PP_TEXT, s);
382 ppop(PP_VENDOR, s, n);
390 ppop(PP_INCLUDE, s);
411 ppop(PP_FILEDEPS, n);
414 ppop(PP_LINE, (PPLINESYNC)0);
417 ppop(PP_UNDEF, opt_info.arg);
426 ppop(PP_ASSERT, opt_info.arg);
429 ppop(PP_INCREF, ppincref);
433 ppop(PP_TRUNCATE, TRUNCLENGTH);
448 ppop(PP_STANDARD, s);
476 ppop(PP_OPTION, "noid \"$\"");
495 ppop(PP_READ, p);
505 ppop(PP_TEXT, p);
523 ppop(PP_PLUSPLUS, c & 1);
525 ppop(PP_DIRECTIVE, "pragma pp:map \"/#(pragma )?import>/\" \"/#(pragma )?import(.*)/__STDPP__IMPORT__(\\2)/\"\n\
535 ppop(PP_COMMENT, pplint);
541 ppop((pp.arg_style & STYLE_gnu) || s[1] == '/' ? PP_READ : PP_TEXT, s + 1);
543 ppop(PP_STANDARD, "");
546 ppop(PP_COMPATIBILITY, 0);
547 ppop(PP_TRANSITION, 1);
551 ppop(PP_COMPATIBILITY, 0);
552 ppop(PP_STRICT, 1);
554 ppop(PP_PEDANTIC, 1);
558 ppop(PP_COMPATIBILITY, 1);
559 ppop(PP_TRANSITION, 1);
563 ppop(PP_COMPATIBILITY, 1);
564 ppop(PP_TRANSITION, 0);
567 ppop(PP_PLUSPLUS, 1);
569 ppop(PP_WARN, 1);
591 if (*s != '-' || *(s + 1)) ppop(PP_INPUT, s);
594 if (*s != '-' || *(s + 1)) ppop(PP_OUTPUT, s);