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

  /src/usr.bin/config/
mkmakefile.c 412 if (ht_lookup(selecttab, name) == NULL)
483 if (ht_lookup(selecttab, name) == NULL)
683 return (ht_lookup(selecttab, strtolower(name)) != NULL);
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))
files.c 536 sel = ht_lookup(selecttab, name) != NULL;
551 return (ht_lookup(selecttab, name) != NULL);
defs.h 471 extern struct hashtab *selecttab; /* selects things that are "optional foo" */
mkioconf.c 189 if (ht_lookup(selecttab, name) == NULL)
sem.c 2104 if (ht_insert(selecttab, a->a_name, __UNCONST(a->a_name)) == 0)
2148 if (ht_remove(selecttab, a->a_name) == 0)
2178 (void)ht_insert(selecttab, d->d_name, __UNCONST(d->d_name));
2191 (void)ht_insert(selecttab, da->d_name, __UNCONST(da->d_name));

Completed in 17 milliseconds