Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpp/common/
H A Dpplib.h326 struct ppfile* insert; /* inserted line sync file */ \
327 struct ppfile* original; /* original include name */ \
457 #define ppgetfile(x) ((struct ppfile*)hashlook(pp.filtab,x,HASH_LOOKUP,NiL))
458 #define ppsetfile(x) ((struct ppfile*)hashlook(pp.filtab,x,HASH_CREATE|HASH_SIZE(sizeof(struct ppfi…
706 struct ppfile /* include file info */ struct
710 struct ppfile* bound[INC_MAX]; /* include bindings */ argument
719 struct ppfile* file; /* include file */ argument
832 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()
601 struct ppfile* xp; in ppsearch()
H A Dppinput.c46 register struct ppfile* xp; in native()
477 struct ppfile* fp; in ppload()
H A Dppop.c115 struct ppfile* fp; in ppmapinclude()
116 struct ppfile* mp; in ppmapinclude()
297 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()