Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/config/
H A Ddefs.h465 extern struct dlhash *defparamtab; /* options that have been "defparam"'d */
594 #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
387 defparamtab = dlhash_create(); in main()
930 (option = dlhash_lookup(defparamtab, name)) != NULL || in find_declared_option_option()
961 (option = dlhash_lookup(defparamtab, name)) != NULL || in is_declared_option()
1084 defopt(defparamtab, fname, opts, deps, obs); in defparam()