Searched refs:ppfile (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libpp/common/ |
H A D | pplib.h | 326 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 D | ppsearch.c | 70 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 D | ppinput.c | 46 register struct ppfile* xp; in native() 477 struct ppfile* fp; in ppload()
|
H A D | ppop.c | 115 struct ppfile* fp; in ppmapinclude() 116 struct ppfile* mp; in ppmapinclude() 297 register struct ppfile* fp = (struct ppfile*)v; in unguard()
|
H A D | ppexpr.c | 93 register struct ppfile* fp; in exists()
|
H A D | ppcontrol.c | 264 struct ppfile* fp; in ppcontrol()
|