Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/config/
H A Dconfig.h328 #define ht_replace(ht, nam, val) ht_insrep(ht, nam, val, 1) macro
H A Dfiles.c280 if (ht_replace(basetab, fi->fi_base, fi) != 1) in fixfiles()