Searched refs:selecttab (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dfiles.c470 sel = ht_lookup(selecttab, name) != NULL;
485 return (ht_lookup(selecttab, name) != NULL);
H A Dmain.c264 selecttab = ht_new();
500 * it to the selecttab.
865 (void)ht_insert(selecttab, n, (void *)__UNCONST(n));
874 if (undo_option(selecttab, NULL, NULL, strtolower(name), "options"))
904 (void)ht_insert(selecttab, n, __UNCONST(n));
915 if (undo_option(selecttab, NULL, NULL, n, "file-system"))
H A Ddefs.h414 struct hashtab *selecttab; /* selects things that are "optional foo" */ variable in typeref:struct:hashtab
H A Dmkmakefile.c578 return (ht_lookup(selecttab, strtolower(name)) != NULL);
H A Dsem.c1761 (void)ht_insert(selecttab, a->a_name, __UNCONST(a->a_name));
1774 (void)ht_insert(selecttab, d->d_name, __UNCONST(d->d_name));
1780 (void)ht_insert(selecttab, da->d_name, __UNCONST(da->d_name));

Completed in 115 milliseconds