Searched defs:ppglobals (Results 1 – 3 of 3) sorted by relevance
363 struct ppglobals struct 400 extern __MANGLE__ struct ppglobals pp; argument 365 versionppglobals global() argument 366 lineidppglobals global() argument 367 outfileppglobals global() argument 368 passppglobals global() argument 369 tokenppglobals global() argument 370 symbolppglobals global() argument 374 outbppglobals global() argument 375 outbufppglobals global() argument 376 outpppglobals global() argument
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 …]
397 struct ppglobals /* globals accessed by pp.* */ struct 434 extern struct ppglobals pp; argument 399 versionppglobals global() argument 400 lineidppglobals global() argument 401 outfileppglobals global() argument 402 passppglobals global() argument 403 tokenppglobals global() argument 404 symbolppglobals global() argument 408 outbppglobals global() argument 409 outbufppglobals global() argument 410 outpppglobals global() argument