Lines Matching refs:next_alt
1241 PCRE2_SPTR next_alt; in detect_early_fail() local
1255 next_alt = cc + GET(cc, 1); in detect_early_fail()
1512 if (cc >= next_alt) in detect_early_fail()
1524 if (fast_forward_allowed && *next_alt == OP_KET) in detect_early_fail()
1573 cc = next_alt; in detect_early_fail()
12444 struct sljit_jump *next_alt = NULL; in compile_bracket_backtrackingpath() local
12598 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0); in compile_bracket_backtrackingpath()
12615 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0); in compile_bracket_backtrackingpath()
12754 JUMPHERE(next_alt); in compile_bracket_backtrackingpath()
12759 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 1); in compile_bracket_backtrackingpath()
13258 struct sljit_jump *next_alt = NULL; in compile_recurse() local
13361 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0); in compile_recurse()
13373 JUMPHERE(next_alt); in compile_recurse()
13377 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 1); in compile_recurse()