Home
last modified time | relevance | path

Searched refs:OP_REVERSE (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_find_bracket.c88 else if (c == OP_REVERSE) in PRIV()
Dpcre2_study.c234 case OP_REVERSE: in find_minlength()
970 case OP_REVERSE: in set_start_bits()
Dpcre2_printint.c399 case OP_REVERSE: in pcre2_printint()
Dpcre2_internal.h1527 OP_REVERSE, /* 125 Move pointer back - used in lookbehind assertions */ enumerator
Dpcre2_dfa_match.c434 if (*first_op == OP_REVERSE) in internal_dfa_match()
Dpcre2_compile.c1048 case OP_REVERSE: in find_fixedlength()
7678 *code++ = OP_REVERSE; in compile_regex()
Dpcre2_jit_compile.c672 case OP_REVERSE: in next_opcode()
6219 case OP_REVERSE: in compile_simple_assertion_matchingpath()
9356 case OP_REVERSE: in compile_matchingpath()
Dpcre2_match.c1706 case OP_REVERSE: in match()
/external/pcre/dist2/
DHACKING510 is OP_REVERSE, followed by a count of the number of characters to move back the