Lines Matching refs:OP_RECURSE
1715 or -3 if an OP_RECURSE item was encountered and atend is FALSE
1777 case OP_RECURSE:
2179 instance of OP_RECURSE.
2185 Returns: pointer to the opcode for OP_RECURSE, or NULL if not found
2195 if (c == OP_RECURSE) return code;
2378 if (c == OP_RECURSE)
3126 /* If the bracket is capturing, and referenced by an OP_RECURSE, or
3929 * Adjust OP_RECURSE items in repeated group *
3932 /* OP_RECURSE items contain an offset from the start of the regex to the group
3937 inserted before it, after it has been compiled. This means that any OP_RECURSE
5602 if (*previous == OP_RECURSE)
5923 OP_RECURSE calls inside the group that refer to the group itself or any
5949 again, we may have to adjust any OP_RECURSE calls inside the group. */
7355 *code = OP_RECURSE;
8208 branch with OP_END. If the branch contains OP_RECURSE, the result is -3
9298 /* If there were any lookbehind assertions that contained OP_RECURSE
9302 OP_RECURSE that are not fixed length get a diagnosic with a useful offset. The