Home
last modified time | relevance | path

Searched refs:ht_insert (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.sbin/config.new/
H A Dsem.c158 if (ht_insert(attrtab, name, a)) {
339 if (ht_insert(devbasetab, name, dev))
496 if (ht_insert(cfhashtab, name, cf)) {
694 if (ht_insert(devitab, name, i))
730 if (ht_insert(devitab, name, i))
829 (void)ht_insert(selecttab, d->d_name, (char *)d->d_name);
832 (void)ht_insert(selecttab, a->a_name, (char *)a->a_name);
H A Dfiles.c142 if (ht_insert(pathtab, path, fi))
216 (void)ht_insert(needcnttab, in fixfiles()
H A Dmain.c255 (void)ht_insert(selecttab, n, (void *)n);
282 if (ht_insert(ht, name, nv) == 0) {
H A Dconfig.h215 #define ht_insert(ht, nam, val) ht_insrep(ht, nam, val, 0) macro