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

/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_printint.src278 case OP_RREF:
H A Dpcre_study.c159 case OP_RREF:
H A Dpcre_compile.c1334 case OP_RREF:
1451 case OP_RREF:
4622 /* Most other conditions use OP_CREF (a couple change to OP_RREF
4635 code[1+LINK_SIZE] = OP_RREF; /* Change the type of test */
4715 OP_RREF into OP_NCREF or OP_NRREF. These behave exactly the same,
4772 code[1+LINK_SIZE] = OP_RREF; /* Change test type */
6270 case OP_RREF:
H A Dpcre_dfa_exec.c2371 /* The only supported version of OP_RREF is for the value RREF_ANY,
2375 else if (condcode == OP_RREF || condcode == OP_NRREF)
H A Dpcre_exec.c847 if (condcode == OP_RREF || condcode == OP_NRREF) /* Recursion test */

Completed in 285 milliseconds