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

  /src/usr.bin/config/
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);
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 28 milliseconds