OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:defopt
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/texinfo/dist/makeinfo/
insertion.h
29
defopt
, defspec, deftp, deftypecv, deftypefn, deftypefun, deftypeivar,
enumerator in enum:insertion_type
insertion.h
29
defopt
, defspec, deftp, deftypecv, deftypefn, deftypefun, deftypeivar,
enumerator in enum:insertion_type
/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
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
134
struct dlhash *defopttab; /* options that have been "
defopt
"'d */
139
struct dlhash *optfiletab; /* "
defopt
"'d option .h files */
213
static void
defopt
(struct dlhash *ht, const char *fname,
940
* Search for a defined option (
defopt
, filesystem, etc), and if found,
1001
defopt
(struct dlhash *ht, const char *fname, struct defoptlist *opts,
function
1118
cfgwarn("The use of `
defopt
' is deprecated");
1119
defopt
(defopttab, fname, opts, deps, 0);
1130
defopt
(defparamtab, fname, opts, deps, obs);
1141
defopt
(defflagtab, fname, opts, deps, obs);
main.c
134
struct dlhash *defopttab; /* options that have been "
defopt
"'d */
139
struct dlhash *optfiletab; /* "
defopt
"'d option .h files */
213
static void
defopt
(struct dlhash *ht, const char *fname,
940
* Search for a defined option (
defopt
, filesystem, etc), and if found,
1001
defopt
(struct dlhash *ht, const char *fname, struct defoptlist *opts,
function
1118
cfgwarn("The use of `
defopt
' is deprecated");
1119
defopt
(defopttab, fname, opts, deps, 0);
1130
defopt
(defparamtab, fname, opts, deps, obs);
1141
defopt
(defflagtab, fname, opts, deps, obs);
Completed in 39 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026