Lines Matching refs:OP_ALT
596 while (*end_code == OP_ALT); in internal_dfa_match()
645 while (*end_code == OP_ALT); in internal_dfa_match()
662 do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT); in internal_dfa_match()
682 while (*end_code == OP_ALT); in internal_dfa_match()
907 case OP_ALT: in internal_dfa_match()
908 do { code += GET(code, 1); } while (*code == OP_ALT); in internal_dfa_match()
920 while (*code == OP_ALT); in internal_dfa_match()
928 while (*code == OP_ALT) in internal_dfa_match()
940 while (*code == OP_ALT) code += GET(code, 1); in internal_dfa_match()
947 while (*code == OP_ALT) code += GET(code, 1); in internal_dfa_match()
2765 while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1); in internal_dfa_match()
2864 while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1); in internal_dfa_match()
3057 while (*end_subpattern == OP_ALT); in internal_dfa_match()
3126 while (*end_subpattern == OP_ALT); in internal_dfa_match()