Home
last modified time | relevance | path

Searched refs:opttab (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/config/
Dmain.c98 struct hashtab *opttab; /* table of configured options */ variable
240 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()
Dmkheaders.c134 if ((option = ht_lookup(opttab, nv->nv_str)) == NULL) in emitopt()
Dconfig.h288 extern struct hashtab *opttab; /* table of configured options */