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))
|