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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c507 case OP_RECURSE:
910 case OP_RECURSE:
H A Dpcre_printint.c598 case OP_RECURSE:
H A Dpcre_compile.c1734 or -3 if an OP_RECURSE item was encountered and atend is FALSE
1798 case OP_RECURSE:
2236 instance of OP_RECURSE.
2242 Returns: pointer to the opcode for OP_RECURSE, or NULL if not found
2252 if (c == OP_RECURSE) return code;
2430 if (c == OP_RECURSE)
3181 /* If the bracket is capturing, and referenced by an OP_RECURSE, or
3991 * Adjust OP_RECURSE items in repeated group *
3994 /* OP_RECURSE items contain an offset from the start of the regex to the group
3999 inserted before it, after it has been compiled. This means that any OP_RECURSE
[all...]
H A Dpcre_dfa_exec.c2790 case OP_RECURSE:
H A Dpcre_exec.c1753 case OP_RECURSE:

Completed in 77 milliseconds