Home
last modified time | relevance | path

Searched refs:prdtab (Results 1 – 8 of 8) sorted by path

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c385 …irstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char*… member
437 …irstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char*… member
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppbuiltin.c252 p = (list = (struct pplist*)hashget(pp.prdtab, a)) ? list->value : ""; in ppbuiltin()
H A Dppcontext.c51 if (op->prdtab) hashfree(op->prdtab); in ppcontext()
H A Dppcontrol.c72 if (a = (struct pplist*)hashget(pp.prdtab, pred)) in assert()
94 hashput(pp.prdtab, pred, a); in assert()
105 hashput(pp.prdtab, NiL, p); in assert()
H A Dppexpr.c250 if (p = (struct pplist*)hashget(pp.prdtab, pred)) in predicate()
H A Dpplib.h257 Hash_table_t* prdtab; /* predicate hash table */ \
H A Dppmisc.c86 if (a = (struct pplist*)hashget(pp.prdtab, pred)) in ppassert()
108 hashput(pp.prdtab, pred, a); in ppassert()
119 hashput(pp.prdtab, NiL, p); in ppassert()
H A Dppop.c806 if (!pp.prdtab) in ppop()
807 pp.prdtab = hashalloc(REFALL, HASH_name, "predicates", 0); in ppop()
835 hashset(pp.prdtab, HASH_ALLOCATE); in ppop()
1052 if ((preroot = (struct pplist*)hashget(pp.prdtab, "preroot"))) in ppop()