Lines Matching refs:next_alt
1248 PCRE2_SPTR next_alt; in detect_early_fail() local
1259 next_alt = cc + GET(cc, 1); in detect_early_fail()
1260 if (*next_alt == OP_ALT) in detect_early_fail()
1511 if (cc >= next_alt) in detect_early_fail()
1573 cc = next_alt; in detect_early_fail()
1574 next_alt = cc + GET(cc, 1); in detect_early_fail()
12675 struct sljit_jump *next_alt = NULL; in compile_bracket_backtrackingpath() local
12829 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0); in compile_bracket_backtrackingpath()
12846 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0); in compile_bracket_backtrackingpath()
12985 JUMPHERE(next_alt); in compile_bracket_backtrackingpath()
12990 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 1); in compile_bracket_backtrackingpath()
13487 struct sljit_jump *next_alt = NULL; in compile_recurse() local
13590 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0); in compile_recurse()
13602 JUMPHERE(next_alt); in compile_recurse()
13606 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 1); in compile_recurse()