Home | History | Annotate | Download | only in src

Lines Matching refs:OP_ALT

446   while (*end_code == OP_ALT);
492 while (*end_code == OP_ALT);
509 do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT);
529 while (*end_code == OP_ALT);
754 case OP_ALT:
755 do { code += GET(code, 1); } while (*code == OP_ALT);
767 while (*code == OP_ALT);
775 while (*code == OP_ALT)
787 while (*code == OP_ALT) code += GET(code, 1);
794 while (*code == OP_ALT) code += GET(code, 1);
2581 while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1);
2700 while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1);
2861 while (*end_subpattern == OP_ALT);
2915 while (*end_subpattern == OP_ALT);