Lines Matching defs:x2
996 int i, x1, x2;
998 x2 = enter(MDOT);
1000 x2 = node(CAT, x2, enter(MDOT));
1001 x1 = node(OR, x1, x2);
1003 x2 = enter('\216');
1005 x2 = node(CAT, x2, enter(MDOT));
1006 x1 = node(OR, x1, x2);
1009 x2 = enter('\217');
1011 x2 = node(CAT, x2, enter(MDOT));
1012 x1 = node(OR, x1, x2);
1039 int x1, x2, length, current, last, cclcnt;
1040 x2 = 0;
1063 x2 = cclenter(type);
1066 x2 = enter(DOT);
1076 if(x2)
1077 x2 = node(OR, x2, x1);
1079 x2 = x1;
1082 return x2;
1090 int i, x1, x2;
1101 x2 = classenter(p1[0] + 1, p2[0] - 1);
1103 x2 = node(CAT, x2, enter(MDOT));
1104 x1 = node(OR, x1, x2);
1109 x2 = node(CAT, enter(p2[0]),
1111 return node(OR, x1, x2);
1115 classenter(int x1, int x2)
1129 if(x1 <= min && x2 >= max)
1137 chars[nxtchar++] = x2;