Home
last modified time | relevance | path

Searched refs:defparamtab (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.bin/config/
H A Ddefs.h474 extern struct dlhash *defparamtab; /* options that have been "defparam"'d */
604 #define OPT_DEFPARAM(n) (dlhash_lookup(defparamtab, (n)) != NULL)
H A Dlint.c121 (void)dlhash_enumerate(defparamtab, do_emit_option, &opt_types[1]); in emit_options()
H A Dmain.c134 struct dlhash *defparamtab; /* options that have been "defparam"'d */ variable
386 defparamtab = dlhash_create(); in main()
931 (option = dlhash_lookup(defparamtab, name)) != NULL || in find_declared_option_option()
962 (option = dlhash_lookup(defparamtab, name)) != NULL || in find_declared_option()
1088 defopt(defparamtab, fname, opts, deps, obs); in defparam()