HomeSort by: relevance | last modified time | path
    Searched defs:opttab (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/config/
main.c 130 struct hashtab *opttab; /* table of configured options */ variable in typeref:struct:hashtab *
380 opttab = ht_new();
671 if (ht_lookup(opttab, nv->nv_name) == NULL)
1180 if (do_option(opttab, &options, &nextopt, name, value, "options",
1195 if (undo_option(opttab, &options, &nextopt, name, "options", nowarn))
main.c 130 struct hashtab *opttab; /* table of configured options */ variable in typeref:struct:hashtab *
380 opttab = ht_new();
671 if (ht_lookup(opttab, nv->nv_name) == NULL)
1180 if (do_option(opttab, &options, &nextopt, name, value, "options",
1195 if (undo_option(opttab, &options, &nextopt, name, "options", nowarn))
main.c 130 struct hashtab *opttab; /* table of configured options */ variable in typeref:struct:hashtab *
380 opttab = ht_new();
671 if (ht_lookup(opttab, nv->nv_name) == NULL)
1180 if (do_option(opttab, &options, &nextopt, name, value, "options",
1195 if (undo_option(opttab, &options, &nextopt, name, "options", nowarn))

Completed in 37 milliseconds