Home
last modified time | relevance | path

Searched refs:ppfile (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h328 struct ppfile* insert; /* inserted line sync file */ \
329 struct ppfile* original; /* original include name */ \
449 #define ppgetfile(x) ((struct ppfile*)hashlook(pp.filtab,x,HASH_LOOKUP,NiL))
450 #define ppsetfile(x) ((struct ppfile*)hashlook(pp.filtab,x,HASH_CREATE|HASH_SIZE(sizeof(struct ppfi…
698 struct ppfile /* include file info */ struct
702 struct ppfile* bound[INC_MAX]; /* include bindings */ argument
711 struct ppfile* file; /* include file */ argument
825 extern int ppmultiple(struct ppfile*, struct ppsymbol*);
H A Dppsearch.c70 ppmultiple(register struct ppfile* fp, register struct ppsymbol* test) in ppmultiple()
111 search(register struct ppfile* fp, register struct ppdirs* dp, int type, int flags) in search()
115 register struct ppfile* xp; in search()
116 struct ppfile* mp; in search()
299 xp->bound[dp->index] = (struct ppfile*)ap; in search()
597 register struct ppfile* fp; in ppsearch()
602 struct ppfile* xp; in ppsearch()
H A Dppinput.c41 register struct ppfile* xp; in native()
472 struct ppfile* fp; in ppload()
H A Dppop.c121 struct ppfile* fp; in ppmapinclude()
122 struct ppfile* mp; in ppmapinclude()
303 register struct ppfile* fp = (struct ppfile*)v; in unguard()
H A Dppexpr.c93 register struct ppfile* fp; in exists()
H A Dppcontrol.c264 struct ppfile* fp; in ppcontrol()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c389 …nxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* origi…
440 struct ppfile struct
444 struct ppfile* bound[4]; argument
453 struct ppfile* file; argument
515 extern __MANGLE__ int ppmultiple __PROTO__((struct ppfile*, struct ppsymbol*));