Searched refs:defopttab (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Ddefs.h418 struct hashtab *defopttab; /* options that have been "defopt"'d */ variable in typeref:struct:hashtab
514 #define OPT_DEFOPT(n) (ht_lookup(defopttab, (n)) != NULL)
H A Dmain.c270 defopttab = ht_new();
671 if ((option = ht_lookup(defopttab, name)) != NULL ||
787 defopt(defopttab, fname, opts, deps, 0);

Completed in 58 milliseconds