Lines Matching refs:OP_MINUPTO
688 case OP_MINUPTO: in next_opcode()
985 …e_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO; in detect_repeat()
1038 case OP_MINUPTO: \
7026 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
7381 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
7403 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
7867 …*opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO); in get_iterator_parameters()
7878 if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO) in get_iterator_parameters()
8053 case OP_MINUPTO: in compile_iterator_matchingpath()
8354 case OP_MINUPTO: in compile_matchingpath()
8671 case OP_MINUPTO: in compile_iterator_backtrackingpath()
8901 if (repeat_type == OP_MINUPTO) in compile_bracket_backtrackingpath()
9123 if (repeat_type == OP_MINUPTO) in compile_bracket_backtrackingpath()
9145 if (repeat_type == OP_MINUPTO) in compile_bracket_backtrackingpath()
9500 case OP_MINUPTO: in compile_backtrackingpath()