Home
last modified time | relevance | path

Searched refs:ht_insrep (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/config/
H A Ddefs.h533 int ht_insrep(struct hashtab *, const char *, void *, int);
535 #define ht_insert(ht, nam, val) ht_insrep(ht, nam, val, 0)
536 #define ht_replace(ht, nam, val) ht_insrep(ht, nam, val, 1)
H A Dhash.c290 ht_insrep(struct hashtab *ht, const char *nam, void *val, int replace) in ht_insrep() function