Searched refs:OP_REVERSE (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c182 case OP_REVERSE:
913 case OP_REVERSE:
H A Dpcre_printint.c417 case OP_REVERSE:
H A Dpcre_compile.c1852 case OP_REVERSE:
2070 instance of OP_REVERSE for a lookbehind. The function is global in the C sense
2099 else if (c == OP_REVERSE)
8348 /* Set up dummy OP_REVERSE if lookbehind assertion */
8352 *code++ = OP_REVERSE;
8433 put the length into the OP_REVERSE item. Temporarily mark the end of the
9543 /* Loop, searching for OP_REVERSE items, and process those that do not have
H A Dpcre_dfa_exec.c466 If the first opcode in the first alternative is OP_REVERSE, we are dealing with
470 if (*first_op == OP_REVERSE)
H A Dpcre_exec.c1518 the assertion is true. Lookbehind assertions have an OP_REVERSE item at the
1673 case OP_REVERSE:

Completed in 98 milliseconds