Searched refs:OP_KET (Results 1 – 6 of 6) sorted by relevance
152 case OP_KET: in find_minlength()887 case OP_KET: in set_start_bits()
1781 case OP_KET: in find_fixedlength()2577 case OP_KET: in could_be_empty_branch()4792 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()5359 *code++ = OP_KET; in compile_branch()5562 *code++ = OP_KET; in compile_branch()6593 while (*tc != OP_KET); in compile_branch()6646 *code++ = OP_KET; in compile_branch()7312 *code = OP_KET; in compile_regex()7329 *code = OP_KET; in compile_regex()
365 OP_KET opcode. Each OP_ALT is followed by LINK_SIZE bytes giving the offset to366 the next one, or to the OP_KET opcode. For capturing brackets, the bracket 369 OP_KET is used for subpatterns that do not repeat indefinitely, and
255 case OP_KET:
906 if (*ecode == OP_KET || eptr == saved_eptr) in match()1610 if (*ecode == OP_KET) RRETURN(MATCH_NOMATCH); in match()1889 case OP_KET: in match()1988 if (*ecode == OP_KET || eptr == saved_eptr) in match()
2047 OP_KET, /* 114 End of group that doesn't have an unbounded repeat */ enumerator
Completed in 69 milliseconds