Searched refs:opttab (Results 1 – 3 of 3) sorted by relevance
98 struct hashtab *opttab; /* table of configured options */ variable240 opttab = ht_new(); in main()413 if ((nv = ht_lookup(opttab, name)) != NULL) { in removeoption()430 (void)ht_remove(opttab, name); in removeoption()453 if (do_option(opttab, &nextopt, name, value, "options")) in addoption()
134 if ((option = ht_lookup(opttab, nv->nv_str)) == NULL) in emitopt()
288 extern struct hashtab *opttab; /* table of configured options */