OP_COND          1766 ext/pcre/pcrelib/pcre_compile.c     case OP_COND:
OP_COND          2450 ext/pcre/pcrelib/pcre_compile.c       c == OP_COND)
OP_COND          2459 ext/pcre/pcrelib/pcre_compile.c     if (c == OP_COND && code[GET(code, 1)] != OP_ALT)
OP_COND          5099 ext/pcre/pcrelib/pcre_compile.c     else if (*previous >= OP_ASSERT && *previous <= OP_COND)
OP_COND          5109 ext/pcre/pcrelib/pcre_compile.c       if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF)
OP_COND          5437 ext/pcre/pcrelib/pcre_compile.c             if (*bracode == OP_COND || *bracode == OP_SCOND)
OP_COND          5751 ext/pcre/pcrelib/pcre_compile.c         bravalue = OP_COND;       /* Conditional group */
OP_COND          6554 ext/pcre/pcrelib/pcre_compile.c            ((bravalue == OP_COND)?1:0),   /* Depth of condition subpatterns */
OP_COND          6584 ext/pcre/pcrelib/pcre_compile.c     if (bravalue == OP_COND && lengthptr == NULL)
OP_COND          7461 ext/pcre/pcrelib/pcre_compile.c    else if (op == OP_ASSERT || op == OP_COND)
OP_COND          7536 ext/pcre/pcrelib/pcre_compile.c    if (op == OP_COND)
OP_COND          7672 ext/pcre/pcrelib/pcre_compile.c      case OP_COND:
OP_COND          1266 ext/pcre/pcrelib/pcre_exec.c     case OP_COND:
OP_COND           105 ext/pcre/pcrelib/pcre_study.c     case OP_COND:
OP_COND           778 ext/pcre/pcrelib/pcre_study.c       case OP_COND: