Home
last modified time | relevance | path

Searched refs:hashget (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppbuiltin.c65 switch (op = (int)hashget(pp.strtab, p)) in ppbuiltin()
252 p = (list = (struct pplist*)hashget(pp.prdtab, a)) ? list->value : ""; in ppbuiltin()
H A Dppmisc.c86 if (a = (struct pplist*)hashget(pp.prdtab, pred)) in ppassert()
H A Dppexpr.c250 if (p = (struct pplist*)hashget(pp.prdtab, pred)) in predicate()
623 switch ((int)hashget(pp.strtab, s)) in ppoption()
H A Dppcontrol.c72 if (a = (struct pplist*)hashget(pp.prdtab, pred)) in assert()
933 if (var.type == TOK_BUILTIN) switch ((int)hashget(pp.strtab, pp.token)) in ppcontrol()
1882 if (c = (int)hashget(pp.dirtab, s)) in ppcontrol()
1887 if (c = (int)hashget(pp.strtab, s)) in ppcontrol()
H A Dppop.c1052 if ((preroot = (struct pplist*)hashget(pp.prdtab, "preroot"))) in ppop()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dhash.h90 #define hashget(t,n) hashlook(t, (char*)(n), HASH_LOOKUP|HASH_VALUE, (char*)0) macro