Searched refs:OP_KET (Results 1 – 9 of 9) sorted by relevance
165 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET) in find_minlength()222 case OP_KET: in find_minlength()1102 case OP_KET: in set_start_bits()
811 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()826 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()895 case OP_KET: in next_opcode()1274 if (*end != OP_KET || PRIVATE_DATA(end) != 0) in detect_fast_forward_skip()1305 if (*next_alt != OP_KET || PRIVATE_DATA(next_alt) != 0) in detect_fast_fail()1401 if (end[-(1 + LINK_SIZE)] != OP_KET) in detect_repeat()1446 if (*next_end != OP_KET) in detect_repeat()1558 case OP_KET: in set_private_data_ptrs()1699 if (end[-1 - LINK_SIZE] == OP_KET) in set_private_data_ptrs()2135 case OP_KET: in get_recurse_data_length()[all …]
390 case OP_KET: in pcre2_printint()
4695 code[GET(code, 1)] != OP_KET) /* More than one branch */ in first_significant_code()6365 while (*tc != OP_KET); in compile_branch()6416 *code++ = OP_KET; in compile_branch()6908 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()7135 *code++ = OP_KET; in compile_branch()7484 *code++ = OP_KET; in compile_branch()8020 *code = OP_KET; in compile_regex()8037 *code = OP_KET; in compile_regex()
588 case OP_KET: in compare_opcodes()
862 case OP_KET: in internal_dfa_match()869 if (codevalue != OP_KET) in internal_dfa_match()
1508 OP_KET, /* 121 End of group that doesn't have an unbounded repeat */ enumerator
5451 case OP_KET: in match()5594 if (Fop != OP_KET && (P == NULL || Feptr != P->eptr)) in match()
663 There are several opcodes that mark the end of a subpattern group. OP_KET is