Lines Matching defs:e1
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
53 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()
60 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()
132 #define e1 (*ep1) macro
194 int expr_eq(struct expr *e1, struct expr *e2) in expr_eq()
351 struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()
415 struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()
511 #define e1 (*ep1) in expr_eliminate_dups1() macro
563 #define e1 (*ep1) in expr_eliminate_dups2() macro
855 #define e1 (*ep1) in expr_extract_eq() macro
884 struct expr *e1, *e2; in expr_trans_compare() local