Lines Matching refs:OP_SCBRAPOS
687 case OP_SCBRAPOS: in next_opcode()
838 case OP_SCBRAPOS: in check_opcode_types()
1347 case OP_SCBRAPOS: in set_private_data_ptrs()
1492 if (!recursive && (*cc == OP_CBRAPOS || *cc == OP_SCBRAPOS)) in get_framesize()
1554 case OP_SCBRAPOS: in get_framesize()
1674 if (recursive || (*cc != OP_CBRAPOS && *cc != OP_SCBRAPOS)) in init_frame()
1746 case OP_SCBRAPOS: in init_frame()
1823 case OP_SCBRAPOS: in get_private_data_copy_length()
2007 case OP_SCBRAPOS: in copy_private_data()
8410 case OP_SCBRAPOS: in compile_bracketpos_matchingpath()
8561 if (opcode == OP_SBRAPOS || opcode == OP_SCBRAPOS) in compile_bracketpos_matchingpath()
8592 if (opcode == OP_SBRAPOS || opcode == OP_SCBRAPOS) in compile_bracketpos_matchingpath()
9566 case OP_SCBRAPOS: in compile_matchingpath()
10367 if (*current->cc == OP_CBRAPOS || *current->cc == OP_SCBRAPOS) in compile_bracketpos_backtrackingpath()
10644 case OP_SCBRAPOS: in compile_backtrackingpath()
10720 …ERT(*cc == OP_BRA || *cc == OP_CBRA || *cc == OP_CBRAPOS || *cc == OP_SCBRA || *cc == OP_SCBRAPOS); in compile_recurse()