Searched refs:ppsymbol (Results 1 - 13 of 13) sorted by relevance
/ast/src/lib/libpp/ |
H A D | pp.h | 31 #ifdef ppsymbol 36 #undef ppsymbol macro 80 #define ppsymget(t,n) (struct ppsymbol*)hashlook(t,n,HASH_LOOKUP,NiL) 81 #define ppsymref(t,n) (struct ppsymbol*)hashlook(t,n,pp.truncate?HASH_LOOKUP:HASH_LOOKUP|HASH_INTERNAL,NiL) 82 #define ppsymset(t,n) (struct ppsymbol*)hashlook(t,n,HASH_CREATE|HASH_SIZE(sizeof(struct ppsymbol)),NiL) 376 struct ppsymbol /* pp symbol info */ struct 404 struct ppsymbol* symbol; /* last symbol if PP_COMPILE */ 446 extern void ppmacref(struct ppsymbol*, char*, int, int, unsigned long);
|
H A D | ppmisc.c | 34 struct ppsymbol* 37 register struct ppsymbol* sym; 74 register struct ppsymbol* sym;
|
H A D | ppmacref.c | 31 ppmacref(struct ppsymbol* sym, char* file, int line, int type, unsigned long sum)
|
H A D | pplib.h | 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 sy [all...] |
H A D | ppinput.c | 352 register struct ppsymbol* sym = (struct ppsymbol*)v; 473 struct ppsymbol* sym;
|
H A D | ppbuiltin.c | 52 struct ppsymbol* sym;
|
H A D | ppcontrol.c | 60 register struct ppsymbol* sym; 159 static struct ppsymbol* 162 register struct ppsymbol* sym; 261 register struct ppsymbol* sym; 279 struct ppsymbol* symbol;
|
H A D | ppcall.c | 41 ppcall(register struct ppsymbol* sym, int tok)
|
H A D | ppsearch.c | 70 ppmultiple(register struct ppfile* fp, register struct ppsymbol* test) 72 register struct ppsymbol* status;
|
H A D | ppexpr.c | 157 register struct ppsymbol* sym;
|
H A D | pplex.c | 191 struct ppsymbol* sym; 1565 pp.symbol = sym = (struct ppsymbol*)ppkeyset(pp.symtab, tp);
|
H A D | ppop.c | 316 struct ppmacro* mac = ((struct ppsymbol*)p)->macro; 1418 struct ppsymbol tmp;
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 208 struct ppsymbol; 215 typedef void (*PPMACREF) __PROTO__((struct ppsymbol*, const char*, int, int, unsigned long)); 228 struct ppsymbol* symbol; 349 struct ppsymbol struct 370 struct ppsymbol* symbol; 412 extern __MANGLE__ void ppmacref __PROTO__((struct ppsymbol*, char*, int, int, unsigned long)); 443 struct ppsymbol* guard; 462 struct ppsymbol sym; 503 extern __MANGLE__ int ppcall __PROTO__((struct ppsymbol*, int)); 515 extern __MANGLE__ int ppmultiple __PROTO__((struct ppfile*, struct ppsymbol*)); [all...] |
Completed in 39 milliseconds