Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/config/
H A Ddefs.h464 extern struct dlhash *defflagtab; /* options that have been "defflag"'d */
593 #define OPT_DEFFLAG(n) (dlhash_lookup(defflagtab, (n)) != NULL)
H A Dlint.c119 (void)dlhash_enumerate(defflagtab, do_emit_option, &opt_types[0]); in emit_options()
H A Dmain.c133 struct dlhash *defflagtab; /* options that have been "defflag"'d */ variable
389 defflagtab = dlhash_create(); in main()
931 (option = dlhash_lookup(defflagtab, name)) != NULL) { in find_declared_option_option()
962 (option = dlhash_lookup(defflagtab, name)) != NULL) { in is_declared_option()
1095 defopt(defflagtab, fname, opts, deps, obs); in defflag()