Lines Matching refs:OP_SBRA
943 case OP_SBRA: in next_opcode()
1802 case OP_SBRA: in set_private_data_ptrs()
2409 case OP_SBRA: in get_recurse_data_length()
2758 case OP_SBRA: in copy_recurse_data()
10527 …SERTBACK_NA || opcode == OP_ONCE || opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_S… in compile_bracket_matchingpath()
10566 else if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
10608 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
10712 …NA || opcode == OP_ASSERTBACK_NA || opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_S… in compile_bracket_matchingpath()
10929 else if (opcode < OP_BRA || opcode >= OP_SBRA) in compile_bracket_matchingpath()
12311 case OP_SBRA: in compile_matchingpath()
12754 else if (opcode >= OP_SBRA || opcode == OP_ONCE) in compile_bracket_backtrackingpath()
13045 …NA || opcode == OP_ASSERTBACK_NA || opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_S… in compile_bracket_backtrackingpath()
13400 case OP_SBRA: in compile_backtrackingpath()