Lines Matching refs:ht
211 static void defopt(struct dlhash *ht, const char *fname,
979 defopt(struct dlhash *ht, const char *fname, struct defoptlist *opts,
1014 if (dlhash_insert(ht, dl->dl_name, dl)) {
1070 mkoptvar(struct dlhash *ht, struct defoptlist *opts)
1075 defined_dl = dlhash_lookup(ht, dl->dl_name);
1333 do_option(struct hashtab *ht, struct nvlist **npp, struct nvlist ***next,
1341 if (ht_insert(ht, name, nv) != 0) {
1344 if ((onv = ht_lookup(ht, name)) == NULL)
1352 if (undo_option(ht, npp, next, name, type, 0))
1359 if (ht_insert(ht, name, nv) != 0)
1375 undo_option(struct hashtab *ht, struct nvlist **npp,
1380 if (ht_remove(ht, name)) {