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

/osnet-11/usr/src/lib/libpp/common/
H A Dpplib.h196 struct ppmember /* archive member pun on ppfile */
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 ppfile)),NiL))
706 struct ppfile /* include file info */ struct
710 struct ppfile* bound[INC_MAX]; /* include bindings */
719 struct ppfile* file; /* include file */
832 extern int ppmultiple(struct ppfile*, struc
[all...]

Completed in 92 milliseconds