Lines Matching defs:ppfile
196 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 */
710 struct ppfile* bound[INC_MAX]; /* include bindings */
719 struct ppfile* file; /* include file */
832 extern int ppmultiple(struct ppfile*, struct ppsymbol*);