Searched refs:ppfile (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/nmake/
H A Dppcc.sh36 ppfile=
213 -P) ppfile=1
330 case $ppfile$ppstdout in
446 -P) ppfile=1
469 case $linki:$ppfile in
502 case $ppfile$ppstdout in
/ast/src/lib/libpp/
H A Dpplib.h196 struct ppmember /* archive member pun on ppfile */
328 struct ppfile* insert; /* inserted line sync file */ \
329 struct ppfile* original; /* original include name */ \
459 #define ppgetfile(x) ((struct ppfile*)hashlook(pp.filtab,x,HASH_LOOKUP,NiL))
460 #define ppsetfile(x) ((struct ppfile*)hashlook(pp.filtab,x,HASH_CREATE|HASH_SIZE(sizeof(struct ppfile)),NiL))
708 struct ppfile /* include file info */ struct
712 struct ppfile* bound[INC_MAX]; /* include bindings */
721 struct ppfile* file; /* include file */
835 extern int ppmultiple(struct ppfile*, struc
[all...]
H A Dppsearch.c47 * fp is a canonicalized ppfile pointer
70 ppmultiple(register struct ppfile* fp, register struct ppsymbol* test)
111 search(register struct ppfile* fp, register struct ppdirs* dp, int type, int flags)
115 register struct ppfile* xp;
116 struct ppfile* mp;
299 xp->bound[dp->index] = (struct ppfile*)ap;
597 register struct ppfile* fp;
602 struct ppfile* xp;
H A Dppinput.c41 register struct ppfile* xp;
472 struct ppfile* fp;
H A Dppop.c121 struct ppfile* fp;
122 struct ppfile* mp;
303 register struct ppfile* fp = (struct ppfile*)v;
H A Dppexpr.c93 register struct ppfile* fp;
H A Dppcontrol.c264 struct ppfile* fp;
/ast/src/cmd/INIT/
H A Dproto.c389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256];
440 struct ppfile struct
444 struct ppfile* bound[4];
453 struct ppfile* file;
515 extern __MANGLE__ int ppmultiple __PROTO__((struct ppfile*, struct ppsymbol*));

Completed in 39 milliseconds