OP_CBRA          1149 ext/pcre/pcrelib/pcre_compile.c     case OP_CBRA:
OP_CBRA          1153 ext/pcre/pcrelib/pcre_compile.c     d = find_fixedlength(cc + ((op == OP_CBRA)? 2:0), options);
OP_CBRA          1337 ext/pcre/pcrelib/pcre_compile.c   else if (c == OP_CBRA)
OP_CBRA          1555 ext/pcre/pcrelib/pcre_compile.c   if (c == OP_BRA || c == OP_CBRA || c == OP_ONCE || c == OP_COND)
OP_CBRA          3783 ext/pcre/pcrelib/pcre_compile.c     else if (*previous == OP_BRA  || *previous == OP_CBRA ||
OP_CBRA          4114 ext/pcre/pcrelib/pcre_compile.c     bravalue = OP_CBRA;
OP_CBRA          5584 ext/pcre/pcrelib/pcre_compile.c    else if (op == OP_CBRA)
OP_CBRA          5660 ext/pcre/pcrelib/pcre_compile.c    else if (op == OP_CBRA)
OP_CBRA          5730 ext/pcre/pcrelib/pcre_compile.c      case OP_CBRA:
OP_CBRA           663 ext/pcre/pcrelib/pcre_exec.c     case OP_CBRA:
OP_CBRA          1212 ext/pcre/pcrelib/pcre_exec.c     if (*prev == OP_CBRA || *prev == OP_SCBRA)
OP_CBRA           131 ext/pcre/pcrelib/pcre_study.c   const uschar *tcode = code + (((int)*code == OP_CBRA)? 3:1) + LINK_SIZE;
OP_CBRA           151 ext/pcre/pcrelib/pcre_study.c       case OP_CBRA: