OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defopt
(Results
1 - 3
of
3
) 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
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);
/src/doc/
TODO.compat-module
18
defopt
/defflag lines in the config files* as needed, to insure that
Completed in 41 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026