Lines Matching refs:OP_ALT
955 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_fixedlength()
965 case OP_ALT: in find_fixedlength()
972 if (*cc != OP_ALT) in find_fixedlength()
992 do ce += GET(ce, 1); while (*ce == OP_ALT); /* End subpattern */ in find_fixedlength()
1018 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_fixedlength()
1300 do code += GET(code, 1); while (*code == OP_ALT); in first_significant_code()
1416 do code += GET(code, 1); while (*code == OP_ALT); in could_be_empty_branch()
1443 do endgroup += GET(endgroup, 1); while (*endgroup == OP_ALT); in could_be_empty_branch()
1472 while (*scode == OP_ALT); in could_be_empty_branch()
1484 do code += GET(code, 1); while (*code == OP_ALT); in could_be_empty_branch()
1495 do code += GET(code, 1); while (*code == OP_ALT); in could_be_empty_branch()
1514 if (c == OP_COND && code[GET(code, 1)] != OP_ALT) in could_be_empty_branch()
1530 while (*code == OP_ALT); in could_be_empty_branch()
1667 case OP_ALT: in could_be_empty_branch()
5428 previous[GET(previous, 1)] != OP_ALT) in compile_branch()
5694 while (*scode == OP_ALT); in compile_branch()
5699 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
7707 if (*last_branch != OP_ALT) in compile_regex()
7884 *code = OP_ALT; in compile_regex()
8001 while (*code == OP_ALT); /* Loop for each alternative */ in is_anchored()
8065 do scode += GET(scode, 1); while (*scode == OP_ALT); in is_startline()
8130 while (*code == OP_ALT); /* Loop for each alternative */ in is_startline()
8223 while (*code == OP_ALT); in find_firstassertedcu()
9052 while (*codestart == OP_ALT); in pcre2_compile()