Searched refs:filtab (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppcontext.c | 50 if (op->filtab) hashfree(op->filtab); in ppcontext()
|
H A D | pplib.h | 256 Hash_table_t* filtab; /* file name hash table */ \ 449 #define ppgetfile(x) ((struct ppfile*)hashlook(pp.filtab,x,HASH_LOOKUP,NiL)) 450 #define ppsetfile(x) ((struct ppfile*)hashlook(pp.filtab,x,HASH_CREATE|HASH_SIZE(sizeof(struct ppfi…
|
H A D | ppop.c | 804 if (!pp.filtab) in ppop() 805 pp.filtab = hashalloc(REFALL, HASH_name, "files", 0); in ppop() 834 hashset(pp.filtab, HASH_ALLOCATE); in ppop() 1089 hashwalk(pp.filtab, 0, unguard, NiL); in ppop()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 385 …nding; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; cha… member 437 …nding; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; cha… member
|