HomeSort by: relevance | last modified time | path
    Searched defs:condexpr (Results 1 - 2 of 2) 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...]

Completed in 12 milliseconds