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

  /src/usr.bin/config/
gram.y 175 %token DEFFS DEFINE DEFOPT DEFPARAM DEFFLAG DEFPSEUDO DEFPSEUDODEV
221 %type <defoptlist> defopt
398 DEFOPT optfile_opt defopts optdepend_list
655 defopt { $$ = $1; }
656 | defopts defopt { $$ = defoptlist_append($2, $1); }
660 defopt: label
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);

Completed in 13 milliseconds