Searched defs:e2 (Results 1 – 1 of 1) sorted by relevance
34 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()52 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()59 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()140 #define e2 (*ep2) macro252 int expr_eq(struct expr *e1, struct expr *e2) in expr_eq()431 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()495 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()599 #define e2 (*ep2) in expr_eliminate_dups1() macro924 struct expr *e1, *e2; in expr_trans_compare() local