Lines Matching defs:e2
3662 struct constraint_expr *expr, *e1 = NULL, *e2;
3689 e2 = (struct constraint_expr *)arg1;
3690 while (e2) {
3691 e1 = e2;
3692 e2 = e2->next;
3704 e2 = (struct constraint_expr *)arg1;
3705 while (e2) {
3706 e1 = e2;
3707 e2 = e2->next;
3717 e2 = (struct constraint_expr *)arg2;
3718 while (e2) {
3719 e1 = e2;
3720 e2 = e2->next;
3908 e2;
3935 e2 = (struct cond_expr *)arg1;
3936 while (e2) {
3937 e1 = e2;
3938 e2 = e2->next;
3953 e2 = (struct cond_expr *)arg1;
3954 while (e2) {
3955 e1 = e2;
3956 e2 = e2->next;
3967 e2 = (struct cond_expr *)arg2;
3968 while (e2) {
3969 e1 = e2;
3970 e2 = e2->next;