Lines Matching defs:ppglobals
397 struct ppglobals /* globals accessed by pp.* */ struct
399 const char* version; /* version stamp */
400 char* lineid; /* line sync directive id */
401 char* outfile; /* output file name */
402 char* pass; /* pass name */
403 char* token; /* pplex() token name */
404 struct ppsymbol* symbol; /* last symbol if PP_COMPILE */
408 char* outb; /* output buffer base */
409 char* outbuf; /* output buffer */
410 char* outp; /* outbuf pointer */
434 extern struct ppglobals pp; argument