HomeSort by: relevance | last modified time | path
    Searched refs:condexpr (Results 1 - 12 of 12) 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)
  /src/external/historical/nawk/dist/
proctab.c 76 "CONDEXPR", /* 327 */
176 condexpr, /* CONDEXPR */
proto.h 183 extern Cell *condexpr(Node **, int);
run.c 1843 Cell *condexpr(Node **a, int n) /* a[0] ? a[1] : a[2] */ function
  /src/external/public-domain/sqlite/dist/autosetup/
system.tcl 176 set condexpr "\[[list get-define $condvar]\] $op {0 {}}"
180 regsub -all {([A-Z][[:alnum:]_]*)} $condargs {[get-define \1]} condexpr
182 if {[catch [list expr $condexpr] condval]} {
186 dputs "@$condtype: $condexpr => $condval"

Completed in 64 milliseconds