Lines Matching refs:mch_memmove
90 mch_memmove(new, ta_str + ta_off, (size_t)(ta_len - ta_off)); in ui_inchar_undo()
91 mch_memmove(new + ta_len - ta_off, s, (size_t)len); in ui_inchar_undo()
95 mch_memmove(new, s, (size_t)len); in ui_inchar_undo()
133 mch_memmove(buf, ta_str + ta_off, (size_t)ta_len); in ui_inchar()
137 mch_memmove(buf, ta_str + ta_off, (size_t)maxlen); in ui_inchar()
803 mch_memmove(gap->ga_data, inbuf, (size_t)inbufcount); in get_input_buf()
826 mch_memmove(inbuf, gap->ga_data, gap->ga_len); in set_input_buf()
831 mch_memmove(inbuf + gap->ga_len, inbuf, inbufcount); in set_input_buf()
832 mch_memmove(inbuf, gap->ga_data, gap->ga_len); in set_input_buf()
898 mch_memmove(buf, inbuf, (size_t)maxlen); in read_from_input_buf()
901 mch_memmove(inbuf, inbuf + maxlen, (size_t)inbufcount); in read_from_input_buf()
947 mch_memmove(inbuf + inbufcount, rest, unconverted); in fill_input_buf()
953 mch_memmove(rest, rest + unconverted, restlen); in fill_input_buf()
1043 mch_memmove(inbuf, inbuf + inbufcount, (size_t)(len + 1)); in fill_input_buf()