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

/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Ddefs.h478 int ht_insrep(struct hashtab *, const char *, void *, int);
479 #define ht_insert(ht, nam, val) ht_insrep(ht, nam, val, 0)
480 #define ht_replace(ht, nam, val) ht_insrep(ht, nam, val, 1)
H A Dhash.c234 ht_insrep(struct hashtab *ht, const char *nam, void *val, int replace) function

Completed in 102 milliseconds