Searched refs:selecttab (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.sbin/config/ |
| H A D | main.c | 96 struct hashtab *selecttab; /* selects things that are "optional foo" */ variable 238 selecttab = ht_new(); in main() 440 (void)ht_remove(selecttab, n); in removeoption() 464 (void)ht_insert(selecttab, n, (void *)n); in addoption()
|
| H A D | files.c | 368 sel = ht_lookup(selecttab, name) != NULL; in fixfsel() 382 return (ht_lookup(selecttab, name) != NULL); in fixsel()
|
| H A D | sem.c | 1036 (void)ht_insert(selecttab, d->d_name, (char *)d->d_name); in selectbase() 1039 (void)ht_insert(selecttab, a->a_name, (char *)a->a_name); in selectbase() 1042 (void)ht_insert(selecttab, da->d_name, (char *)da->d_name); in selectbase() 1045 (void)ht_insert(selecttab, a->a_name, in selectbase()
|
| H A D | config.h | 286 extern struct hashtab *selecttab; /* selects things that are "optional foo" */
|