Searched refs:hashput (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppmisc.c | 108 hashput(pp.prdtab, pred, a); in ppassert() 119 hashput(pp.prdtab, NiL, p); in ppassert()
|
H A D | ppcontrol.c | 94 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 D | ppop.c | 80 hashput(tab, s, key->value); in inithash()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | hash.h | 94 #define hashput(t,n,v) hashlook(t, (char*)(n), HASH_CREATE|HASH_VALUE, (char*)(v)) macro
|