Searched defs:ppglobals (Results 1 – 1 of 1) sorted by relevance
397 struct ppglobals /* globals accessed by pp.* */ struct399 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 */[all …]