HomeSort by: relevance | last modified time | path
    Searched defs:condexpr (Results 1 - 3 of 3) 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...]
  /src/external/historical/nawk/dist/
run.c 1843 Cell *condexpr(Node **a, int n) /* a[0] ? a[1] : a[2] */ function

Completed in 25 milliseconds