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

  /src/usr.bin/config/
defs.h 545 int ht_insrep2(struct hashtab *, const char *, const char *, void *, int);
547 #define ht_insert2(ht, nam1, nam2, val) ht_insrep2(ht, nam1, nam2, val, 0)
hash.c 265 ht_insrep2(struct hashtab *ht, const char *nam1, const char *nam2, void *val, int replace) function in typeref:typename:int
292 return ht_insrep2(ht, nam, NULL, val, replace);

Completed in 12 milliseconds