Lines Matching refs:OP_ALT
598 while (*end_code == OP_ALT); in internal_dfa_match()
647 while (*end_code == OP_ALT); in internal_dfa_match()
664 do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT); in internal_dfa_match()
684 while (*end_code == OP_ALT); in internal_dfa_match()
909 case OP_ALT: in internal_dfa_match()
910 do { code += GET(code, 1); } while (*code == OP_ALT); in internal_dfa_match()
922 while (*code == OP_ALT); in internal_dfa_match()
930 while (*code == OP_ALT) in internal_dfa_match()
942 while (*code == OP_ALT) code += GET(code, 1); in internal_dfa_match()
949 while (*code == OP_ALT) code += GET(code, 1); in internal_dfa_match()
2812 while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1); in internal_dfa_match()
2911 while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1); in internal_dfa_match()
3109 while (*end_subpattern == OP_ALT); in internal_dfa_match()
3178 while (*end_subpattern == OP_ALT); in internal_dfa_match()