OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:condexpr
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/config/
gram.y
91
DECL_ALLOCWRAP(
condexpr
);
136
static struct
condexpr
*mk_cx_atom(const char *);
137
static struct
condexpr
*mk_cx_not(struct
condexpr
*);
138
static struct
condexpr
*mk_cx_and(struct
condexpr
*, struct
condexpr
*);
139
static struct
condexpr
*mk_cx_or(struct
condexpr
*, struct
condexpr
*);
1011
condexpr
:
label
[
all
...]
defs.h
366
struct
condexpr
*fi_optx; /* options expression */
393
struct
condexpr
{
struct
397
struct
condexpr
*not;
399
struct
condexpr
*left;
400
struct
condexpr
*right;
430
struct
condexpr
*dm_opts; /* options */
540
void addfile(const char *, struct
condexpr
*, u_char, const char *);
541
int expr_eval(struct
condexpr
*, int (*)(const char *, void *), void *);
588
void appendcondmkoption(struct
condexpr
*, const char *, const char *);
684
struct
condexpr
*condexpr_create(enum condexpr_types)
[
all
...]
sem.h
81
struct
condexpr
*, struct nvlist *);
util.c
386
struct
condexpr
*
389
struct
condexpr
*cx;
423
condexpr_destroy(struct
condexpr
*expr)
mkmakefile.c
622
emitopts(FILE *fp, struct
condexpr
*cond, int include)
653
struct
condexpr
*cond;
files.c
96
addfile(const char *path, struct
condexpr
*optx, u_char flags, const char *rule)
563
expr_eval(struct
condexpr
*expr, int (*fn)(const char *, void *), void *ctx)
585
panic("invalid
condexpr
type %d", (int)expr->cx_type);
main.c
1289
appendcondmkoption(struct
condexpr
*cond, const char *name, const char *value)
sem.c
1856
struct
condexpr
*cond, struct nvlist *nv_nodes)
Completed in 35 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026