Lines Matching refs:ppsymbol
127 struct ppsymbol;
134 typedef void (*PPMACREF)(struct ppsymbol*, const char*, int, int, unsigned long);
147 struct ppsymbol* symbol; /* macro info */
345 #define _PP_SYMBOL_PRIVATE_ /* ppsymbol private additions */ \
509 #define INC_CLEAR ((struct ppsymbol*)0)
510 #define INC_IGNORE ((struct ppsymbol*)pp.addbuf)
511 #define INC_TEST ((struct ppsymbol*)pp.catbuf)
636 n = strlen(error_info.file) + strlen(((struct ppsymbol*)p)->name) + 24; \
711 struct ppsymbol* guard; /* guard symbol */
730 struct ppsymbol sym; /* symbol as usual */
823 extern int ppcall(struct ppsymbol*, int);
835 extern int ppmultiple(struct ppfile*, struct ppsymbol*);
845 extern struct ppsymbol* pprefmac(char*, int);