Lines Matching defs:e
21 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local
29 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local
37 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local
46 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp() local
69 struct expr *e; in expr_copy() local
108 void expr_free(struct expr *e) in expr_free()
310 static struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn()
396 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool()
658 struct expr *expr_eliminate_dups(struct expr *e) in expr_eliminate_dups()
688 struct expr *expr_transform(struct expr *e) in expr_transform()
916 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1024 tristate expr_calc_value(struct expr *e) in expr_calc_value()
1132 void expr_print(struct expr *e, in expr_print()
1229 void expr_fprint(struct expr *e, FILE *out) in expr_fprint()
1264 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()
1274 static void expr_print_revdep(struct expr *e, in expr_print_revdep()
1293 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, in expr_gstr_print_revdep()