HomeSort by: relevance | last modified time | path
    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 365 struct condexpr *fi_optx; /* options expression */
392 struct condexpr { struct
396 struct condexpr *not;
398 struct condexpr *left;
399 struct condexpr *right;
429 struct condexpr *dm_opts; /* options */
539 void addfile(const char *, struct condexpr *, u_char, const char *);
540 int expr_eval(struct condexpr *, int (*)(const char *, void *), void *);
587 void appendcondmkoption(struct condexpr *, const char *, const char *);
683 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 1851 struct condexpr *cond, struct nvlist *nv_nodes)

Completed in 17 milliseconds