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

  /src/usr.bin/config/
main.c 128 struct hashtab *selecttab; /* selects things that are "optional foo" */ variable in typeref:struct:hashtab *
378 selecttab = ht_new();
662 * it to the selecttab.
1181 selecttab))
1186 (void)ht_insert(selecttab, n, (void *)__UNCONST(n));
1197 if (undo_option(selecttab, NULL, NULL, strtolower(name), "options", nowarn))
1224 selecttab))
1228 (void)ht_insert(selecttab, n, __UNCONST(n));
1248 if (undo_option(selecttab, NULL, NULL, n, "file-system", nowarn))
main.c 128 struct hashtab *selecttab; /* selects things that are "optional foo" */ variable in typeref:struct:hashtab *
378 selecttab = ht_new();
662 * it to the selecttab.
1181 selecttab))
1186 (void)ht_insert(selecttab, n, (void *)__UNCONST(n));
1197 if (undo_option(selecttab, NULL, NULL, strtolower(name), "options", nowarn))
1224 selecttab))
1228 (void)ht_insert(selecttab, n, __UNCONST(n));
1248 if (undo_option(selecttab, NULL, NULL, n, "file-system", nowarn))

Completed in 24 milliseconds