Searched refs:ht_replace (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/usr.sbin/config/ | ||
| H A D | config.h | 328 #define ht_replace(ht, nam, val) ht_insrep(ht, nam, val, 1) macro |
| H A D | files.c | 280 if (ht_replace(basetab, fi->fi_base, fi) != 1) in fixfiles() |