Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppmisc.c108 hashput(pp.prdtab, pred, a); in ppassert()
119 hashput(pp.prdtab, NiL, p); in ppassert()
H A Dppcontrol.c94 hashput(pp.prdtab, pred, a); in assert()
105 hashput(pp.prdtab, NiL, p); in assert()
1884 hashput(pp.dirtab, 0, 0); in ppcontrol()
1885 hashput(pp.dirtab, pp.tmpbuf, c); in ppcontrol()
1889 hashput(pp.strtab, 0, 0); in ppcontrol()
1890 hashput(pp.strtab, pp.tmpbuf, c); in ppcontrol()
H A Dppop.c80 hashput(tab, s, key->value); in inithash()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dhash.h94 #define hashput(t,n,v) hashlook(t, (char*)(n), HASH_CREATE|HASH_VALUE, (char*)(v)) macro