OP_POSUPTO        834 ext/pcre/pcrelib/pcre_compile.c   OP_POSUPTO, 0,           /* UPTO, MINUPTO */
OP_POSUPTO       2017 ext/pcre/pcrelib/pcre_compile.c     case OP_POSUPTO:
OP_POSUPTO       2176 ext/pcre/pcrelib/pcre_compile.c       case OP_POSUPTO:
OP_POSUPTO       2321 ext/pcre/pcrelib/pcre_compile.c       case OP_POSUPTO:
OP_POSUPTO       2718 ext/pcre/pcrelib/pcre_compile.c     case OP_POSUPTO:
OP_POSUPTO       2939 ext/pcre/pcrelib/pcre_compile.c   if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO)
OP_POSUPTO       3716 ext/pcre/pcrelib/pcre_compile.c         *code += OP_POSUPTO - OP_UPTO;
OP_POSUPTO       3720 ext/pcre/pcrelib/pcre_compile.c         *code += OP_POSUPTO - OP_MINUPTO;
OP_POSUPTO       3839 ext/pcre/pcrelib/pcre_compile.c     case OP_POSUPTO:
OP_POSUPTO       6469 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       1380 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_POSUPTO:
OP_POSUPTO       7810 ext/pcre/pcrelib/pcre_jit_compile.c if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO)
OP_POSUPTO       7867 ext/pcre/pcrelib/pcre_jit_compile.c       *opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO);
OP_POSUPTO       7878 ext/pcre/pcrelib/pcre_jit_compile.c if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO)
OP_POSUPTO       8084 ext/pcre/pcrelib/pcre_jit_compile.c   case OP_POSUPTO:
OP_POSUPTO       8087 ext/pcre/pcrelib/pcre_jit_compile.c   if (opcode == OP_POSUPTO)
OP_POSUPTO       8093 ext/pcre/pcrelib/pcre_jit_compile.c   if (opcode != OP_POSUPTO)
OP_POSUPTO       8359 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_POSUPTO:
OP_POSUPTO       8733 ext/pcre/pcrelib/pcre_jit_compile.c   case OP_POSUPTO:
OP_POSUPTO       9505 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_POSUPTO:
OP_POSUPTO        545 ext/pcre/pcrelib/pcre_study.c     case OP_POSUPTO:
OP_POSUPTO       1063 ext/pcre/pcrelib/pcre_study.c       case OP_POSUPTO: