OP_POSUPTO        824 ext/pcre/pcrelib/pcre_compile.c   OP_POSUPTO, 0,           /* UPTO, MINUPTO */
OP_POSUPTO       1998 ext/pcre/pcrelib/pcre_compile.c     case OP_POSUPTO:
OP_POSUPTO       2157 ext/pcre/pcrelib/pcre_compile.c       case OP_POSUPTO:
OP_POSUPTO       2302 ext/pcre/pcrelib/pcre_compile.c       case OP_POSUPTO:
OP_POSUPTO       2699 ext/pcre/pcrelib/pcre_compile.c     case OP_POSUPTO:
OP_POSUPTO       2920 ext/pcre/pcrelib/pcre_compile.c   if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO)
OP_POSUPTO       3697 ext/pcre/pcrelib/pcre_compile.c         *code += OP_POSUPTO - OP_UPTO;
OP_POSUPTO       3701 ext/pcre/pcrelib/pcre_compile.c         *code += OP_POSUPTO - OP_MINUPTO;
OP_POSUPTO       3820 ext/pcre/pcrelib/pcre_compile.c     case OP_POSUPTO:
OP_POSUPTO       6421 ext/pcre/pcrelib/pcre_compile.c         case OP_UPTO:  *tempcode = OP_POSUPTO; break;
OP_POSUPTO       3327 ext/pcre/pcrelib/pcre_exec.c     case OP_POSUPTO:
OP_POSUPTO        693 ext/pcre/pcrelib/pcre_jit_compile.c   case OP_POSUPTO:
OP_POSUPTO       1357 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_POSUPTO:
OP_POSUPTO       7768 ext/pcre/pcrelib/pcre_jit_compile.c if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO)
OP_POSUPTO       7825 ext/pcre/pcrelib/pcre_jit_compile.c       *opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO);
OP_POSUPTO       7836 ext/pcre/pcrelib/pcre_jit_compile.c if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO)
OP_POSUPTO       8042 ext/pcre/pcrelib/pcre_jit_compile.c   case OP_POSUPTO:
OP_POSUPTO       8045 ext/pcre/pcrelib/pcre_jit_compile.c   if (opcode == OP_POSUPTO)
OP_POSUPTO       8051 ext/pcre/pcrelib/pcre_jit_compile.c   if (opcode != OP_POSUPTO)
OP_POSUPTO       8317 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_POSUPTO:
OP_POSUPTO       8692 ext/pcre/pcrelib/pcre_jit_compile.c   case OP_POSUPTO:
OP_POSUPTO       9464 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_POSUPTO:
OP_POSUPTO        539 ext/pcre/pcrelib/pcre_study.c     case OP_POSUPTO:
OP_POSUPTO       1057 ext/pcre/pcrelib/pcre_study.c       case OP_POSUPTO: