Searched refs:OP_CBRA (Results 1 – 6 of 6) sorted by relevance
91 if (*code == OP_CBRA || *code == OP_SCBRA || in find_minlength()122 case OP_CBRA: in find_minlength()751 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()857 case OP_CBRA: in set_start_bits()
1762 case OP_CBRA: in find_fixedlength()1767 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd); in find_fixedlength()2092 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()2448 c == OP_CBRA || c == OP_CBRAPOS || in could_be_empty_branch()5587 bravalue = OP_CBRA; in compile_branch()7145 if (*code == OP_CBRA) in compile_regex()7451 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()7569 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()7652 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedchar()7665 case OP_CBRA: in find_firstassertedchar()
243 case OP_CBRA:
2070 OP_CBRA, /* 127 Start of capturing bracket */ enumerator
361 this way, using the single opcode OP_CBRA.
946 case OP_CBRA: in match()1928 if (*prev == OP_CBRA || *prev == OP_SCBRA || in match()
Completed in 70 milliseconds