main.c | 132 struct dlhash *defopttab; /* options that have been "defopt"'d */ 137 struct dlhash *optfiletab; /* "defopt"'d option .h files */ 211 static void defopt(struct dlhash *ht, const char *fname, 918 * Search for a defined option (defopt, filesystem, etc), and if found, 979 defopt(struct dlhash *ht, const char *fname, struct defoptlist *opts, function in typeref:typename:void 1096 cfgwarn("The use of `defopt' is deprecated"); 1097 defopt(defopttab, fname, opts, deps, 0); 1108 defopt(defparamtab, fname, opts, deps, obs); 1119 defopt(defflagtab, fname, opts, deps, obs);
|