Home
last modified time | relevance | path

Searched refs:filtab (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcontext.c50 if (op->filtab) hashfree(op->filtab); in ppcontext()
H A Dpplib.h256 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 Dppop.c804 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 Dproto.c385 …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