Lines Matching refs:OP_UPTO
2015 case OP_UPTO: in find_fixedlength()
2134 case OP_UPTO: in PRIV()
2255 case OP_UPTO: in find_recurse()
2655 case OP_UPTO: in could_be_empty_branch()
2886 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
3618 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in auto_possessify()
3648 case OP_UPTO: in auto_possessify()
3649 *code += OP_POSUPTO - OP_UPTO; in auto_possessify()
3765 case OP_UPTO: in auto_possessify()
5713 *code++ = OP_UPTO + repeat_type; in compile_branch()
5731 *code++ = OP_UPTO + repeat_type; in compile_branch()
5799 *code++ = OP_UPTO + repeat_type; in compile_branch()
6362 case OP_UPTO: *tempcode = OP_POSUPTO; break; in compile_branch()