Searched defs:ppfile (Results 1 - 2 of 2) sorted by relevance

/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...]
/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 25 milliseconds