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);
|