HomeSort by: relevance | last modified time | path
    Searched refs:defopttab (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/config/
defs.h 475 extern struct dlhash *defopttab; /* options that have been "defopt"'d */
607 #define OPT_DEFOPT(n) (dlhash_lookup(defopttab, (n)) != NULL)
main.c 132 struct dlhash *defopttab; /* options that have been "defopt"'d */ variable in typeref:struct:dlhash *
384 defopttab = dlhash_create();
929 if ((option = dlhash_lookup(defopttab, name)) != NULL ||
960 if ((option = dlhash_lookup(defopttab, name)) != NULL ||
1097 defopt(defopttab, fname, opts, deps, 0);

Completed in 40 milliseconds