Searched refs:OP_SCBRA (Results 1 – 6 of 6) sorted by relevance
87 if (*code == OP_CBRA || *code == OP_SCBRA) cc += 2; in find_minlength()118 case OP_SCBRA: in find_minlength()638 case OP_SCBRA: in set_start_bits()
429 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA)? 2:0); in internal_dfa_exec()528 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA)? 2:0); in internal_dfa_exec()797 case OP_SCBRA: in internal_dfa_exec()
244 case OP_SCBRA:
1417 OP_SCBRA, /* 98 Start of capturing bracket, check empty */ enumerator
799 case OP_SCBRA: in match()821 flags = (op == OP_SCBRA)? match_cbegroup : 0; in match()1581 if (*prev == OP_CBRA || *prev == OP_SCBRA) in match()
361 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher