Lines Matching refs:OP_SBRA
985 case OP_SBRA: in next_opcode()
1887 case OP_SBRA: in set_private_data_ptrs()
2510 case OP_SBRA: in get_recurse_data_length()
2859 case OP_SBRA: in copy_recurse_data()
10878 …SERTBACK_NA || opcode == OP_ONCE || opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_S… in compile_bracket_matchingpath()
10917 else if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
10959 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
11078 …NA || opcode == OP_ASSERTBACK_NA || opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_S… in compile_bracket_matchingpath()
11312 else if (opcode < OP_BRA || opcode >= OP_SBRA) in compile_bracket_matchingpath()
12700 case OP_SBRA: in compile_matchingpath()
13144 else if (opcode >= OP_SBRA || opcode == OP_ONCE) in compile_bracket_backtrackingpath()
13470 …NA || opcode == OP_ASSERTBACK_NA || opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_S… in compile_bracket_backtrackingpath()
13849 case OP_SBRA: in compile_backtrackingpath()