Lines Matching refs:OP_SBRA
938 case OP_SBRA: in next_opcode()
1802 case OP_SBRA: in set_private_data_ptrs()
2381 case OP_SBRA: in get_recurse_data_length()
2707 case OP_SBRA: in copy_recurse_data()
10219 …SERTBACK_NA || opcode == OP_ONCE || opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_S… in compile_bracket_matchingpath()
10258 else if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
10300 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
10404 …NA || opcode == OP_ASSERTBACK_NA || opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_S… in compile_bracket_matchingpath()
10621 else if (opcode < OP_BRA || opcode >= OP_SBRA) in compile_bracket_matchingpath()
12003 case OP_SBRA: in compile_matchingpath()
12446 else if (opcode >= OP_SBRA || opcode == OP_ONCE) in compile_bracket_backtrackingpath()
12737 …NA || opcode == OP_ASSERTBACK_NA || opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_S… in compile_bracket_backtrackingpath()
13092 case OP_SBRA: in compile_backtrackingpath()