OP_REF           2002 ext/pcre/pcrelib/pcre_compile.c     case OP_REF:
OP_REF           5896 ext/pcre/pcrelib/pcre_compile.c              *previous == OP_REF   || *previous == OP_REFI ||
OP_REF           7880 ext/pcre/pcrelib/pcre_compile.c         *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF;
OP_REF           2731 ext/pcre/pcrelib/pcre_exec.c     case OP_REF:
OP_REF            630 ext/pcre/pcrelib/pcre_jit_compile.c   case OP_REF:
OP_REF            795 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_REF:
OP_REF           5953 ext/pcre/pcrelib/pcre_jit_compile.c BOOL ref = (*cc == OP_REF || *cc == OP_REFI);
OP_REF           6016 ext/pcre/pcrelib/pcre_jit_compile.c   add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CALL));
OP_REF           6028 ext/pcre/pcrelib/pcre_jit_compile.c     add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CALL));
OP_REF           6049 ext/pcre/pcrelib/pcre_jit_compile.c BOOL ref = (*cc == OP_REF || *cc == OP_REFI);
OP_REF           8390 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_REF:
OP_REF           8705 ext/pcre/pcrelib/pcre_jit_compile.c BOOL ref = (*cc == OP_REF || *cc == OP_REFI);
OP_REF           9525 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_REF:
OP_REF            429 ext/pcre/pcrelib/pcre_study.c     case OP_REF:      /* Single back reference */
OP_REF            905 ext/pcre/pcrelib/pcre_study.c       case OP_REF: