Lines Matching refs:OP_CBRA
1738 /* We only need to continue for OP_CBRA (normal capturing bracket) and
1743 case OP_CBRA:
1748 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd);
2078 else if (c == OP_CBRA || c == OP_SCBRA ||
2458 c == OP_CBRA || c == OP_CBRAPOS ||
3153 case OP_CBRA:
3171 if (*next_code != OP_BRA && *next_code != OP_CBRA
3177 OP_BRA/OP_CBRA case above. */
6429 bravalue = OP_CBRA;
8095 only OP_CBRA need be tested here; changing this opcode to one of its variants,
8098 if (*code == OP_CBRA)
8408 else if (op == OP_CBRA || op == OP_CBRAPOS ||
8526 else if (op == OP_CBRA || op == OP_CBRAPOS ||
8610 int xl = (*code == OP_CBRA || *code == OP_SCBRA ||
8623 case OP_CBRA: