HomeSort by: relevance | last modified time | path
    Searched refs:ht_insrep (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/config/
defs.h 547 int ht_insrep(struct hashtab *, const char *, void *, int);
549 #define ht_insert(ht, nam, val) ht_insrep(ht, nam, val, 0)
550 #define ht_replace(ht, nam, val) ht_insrep(ht, nam, val, 1)
hash.c 290 ht_insrep(struct hashtab *ht, const char *nam, void *val, int replace) function

Completed in 32 milliseconds