Lines Matching refs:OP_SBRA
911 case OP_SBRA: in next_opcode()
1575 case OP_SBRA: in set_private_data_ptrs()
2152 case OP_SBRA: in get_recurse_data_length()
2476 case OP_SBRA: in copy_recurse_data()
10403 else if (opcode == OP_ONCE || opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
10442 else if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
10484 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
10588 else if (opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
10789 else if (opcode < OP_BRA || opcode >= OP_SBRA) in compile_bracket_matchingpath()
12046 case OP_SBRA: in compile_matchingpath()
12489 else if (opcode >= OP_SBRA || opcode == OP_ONCE) in compile_bracket_backtrackingpath()
12780 else if (opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_backtrackingpath()
13133 case OP_SBRA: in compile_backtrackingpath()