OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defoptlist
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/config/
defs.h
148
struct
defoptlist
{
struct
149
struct
defoptlist
*dl_next;
573
DECLHASH(dlhash,
defoptlist
);
589
void defoption(const char *, struct
defoptlist
*, struct nvlist *);
590
void defflag(const char *, struct
defoptlist
*, struct nvlist *, int);
591
void defparam(const char *, struct
defoptlist
*, struct nvlist *, int);
597
struct
defoptlist
*find_declared_option_option(const char *name);
602
void mkflagvar(struct
defoptlist
*);
674
struct
defoptlist
*defoptlist_create(const char *, const char *, const char *);
675
void defoptlist_destroy(struct
defoptlist
*);
[
all
...]
util.c
250
struct
defoptlist
*
253
struct
defoptlist
*dl;
269
defoptlist_destroy(struct
defoptlist
*dl)
271
struct
defoptlist
*next;
285
struct
defoptlist
*
286
defoptlist_append(struct
defoptlist
*dla, struct
defoptlist
*dlb)
288
struct
defoptlist
*dl;
gram.y
88
DECL_ALLOCWRAP(
defoptlist
);
131
static struct
defoptlist
*mk_defoptlist(const char *, const char *,
160
struct
defoptlist
*
defoptlist
;
221
%type <
defoptlist
> defopt
222
%type <
defoptlist
> defopts
661
WORD { $$ = MK3(
defoptlist
, $1, NULL, NULL); }
662
| WORD '=' value { $$ = MK3(
defoptlist
, $1, $3, NULL); }
663
| WORD COLONEQ value { $$ = MK3(
defoptlist
, $1, NULL, $3); }
664
| WORD '=' value COLONEQ value { $$ = MK3(
defoptlist
, $1, $3, $5);
[
all
...]
lint.c
69
do_emit_option(const char *name, struct
defoptlist
*dl, void *v)
82
struct
defoptlist
*dl2 = dlhash_lookup(defoptlint, dl->dl_name);
mkheaders.c
67
static int defopts_print(const char *, struct
defoptlist
*, void *);
231
defopts_print(const char *name, struct
defoptlist
*value, void *arg)
235
struct
defoptlist
*dl;
main.c
212
struct
defoptlist
*opts, struct nvlist *deps, int obs);
628
struct
defoptlist
*dl;
847
add_opt_dependencies(struct
defoptlist
*dl, struct nvlist *deps)
924
struct
defoptlist
*
927
struct
defoptlist
*option;
957
struct
defoptlist
*option = NULL;
979
defopt(struct dlhash *ht, const char *fname, struct
defoptlist
*opts,
982
struct
defoptlist
*dl, *nextdl, *olddl;
1070
mkoptvar(struct dlhash *ht, struct
defoptlist
*opts)
1072
struct
defoptlist
*dl, *defined_dl
[
all
...]
mkmakefile.c
278
struct
defoptlist
*dl;
hash.c
456
DEFHASH(dlhash,
defoptlist
);
Completed in 15 milliseconds
Indexes created Thu Nov 06 07:09:58 GMT 2025