Lines Matching refs:condexpr
365 struct condexpr *fi_optx; /* options expression */
392 struct condexpr { struct
396 struct condexpr *not; argument
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);
684 void condexpr_destroy(struct condexpr *);