Home
last modified time | relevance | path

Searched refs:selecttab (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.sbin/config/
H A Dmain.c96 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 Dfiles.c368 sel = ht_lookup(selecttab, name) != NULL; in fixfsel()
382 return (ht_lookup(selecttab, name) != NULL); in fixsel()
H A Dsem.c1036 (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 Dconfig.h286 extern struct hashtab *selecttab; /* selects things that are "optional foo" */