Searched refs:mch_memmove (Results 26 - 50 of 51) sorted by relevance

123

/macosx-10.10.1/vim-55/src/
H A Dgui.c3534 mch_memmove(NameBuff, buf, STRLEN(buf));
5022 mch_memmove(text, text + 2, (size_t)(len - 1));
5030 mch_memmove(text, text + 2, (size_t)(len - 1));
5040 mch_memmove(text, text + 2, (size_t)(len - 4));
5049 mch_memmove(text + i, text + i + 1, (size_t)(len - i));
H A Dos_mswin.c871 mch_memmove(*string_result, retval_str, len);
3087 mch_memmove(rep, rep + 1,
3490 mch_memmove(lastlf, lf, sizeof(LOGFONT));
H A Dundo.c523 mch_memmove(uhp->uh_namedm, curbuf->b_namedm, sizeof(pos_T) * NMARKS);
782 mch_memmove(p + 1, p, STRLEN(p) + 1);
2405 mch_memmove(namedm, curbuf->b_namedm, sizeof(pos_T) * NMARKS);
H A Dspell.c3967 mch_memmove(smp + i + 1, smp + i,
4237 mch_memmove(p, p + 3, len - (p - lang) - 2);
10310 mch_memmove(p, line, c);
10451 mch_memmove(p, line, curwin->w_cursor.col);
11863 mch_memmove(preword + sp->ts_prewordlen,
12331 mch_memmove(p, p + n, fl);
12356 mch_memmove(p + MB_BYTE2LEN(p[n]), p, n);
12420 mch_memmove(p, p + n + fl, tl);
12448 mch_memmove(p + fl + tl, p, n);
12491 mch_memmove(
[all...]
H A Dmbyte.c3345 mch_memmove(*tp, *fp, (size_t)l);
4065 mch_memmove(p, result, done);
5841 mch_memmove(*restp, ptr + len - unconvertlen, unconvertlen);
5844 mch_memmove(ptr, d, dlen);
H A Dos_amiga.c570 mch_memmove(name, fib->fib_FileName, flen);
H A Dterm.c4964 mch_memmove(typebuf.tb_buf + typebuf.tb_off + offset, string,
4971 mch_memmove(buf + offset, buf + offset - extra,
4975 mch_memmove(buf + offset + extra, buf + offset,
4977 mch_memmove(buf + offset, string, (size_t)new_slen);
H A Dex_docmd.c4590 mch_memmove(new_cmdline, *cmdlinep, (size_t)i);
4592 mch_memmove(new_cmdline + i, repl, (size_t)len);
5232 mch_memmove(cmd + 1, cmd, (gap->ga_len - i) * sizeof(ucmd_T));
5713 mch_memmove(cmd, cmd + 1, (gap->ga_len - i) * sizeof(ucmd_T));
6063 mch_memmove(q, p, len);
6085 mch_memmove(q, p, len);
9965 mch_memmove(newres, result, (size_t)(p - result));
H A Deval.c1123 mch_memmove((char *)redir_ga.ga_data + redir_ga.ga_len, value, len);
8228 mch_memmove(fname, fname_buf, (size_t)i);
14247 mch_memmove(s, prev, prevlen);
14250 mch_memmove(s + prevlen, buf + tolist, len);
14283 mch_memmove(buf + filtd, buf + filtd + 3, buflen - filtd - 3);
14305 mch_memmove(s, prev, prevlen);
14306 mch_memmove(s + prevlen, buf, buflen);
14316 mch_memmove(buf, buf + tolist, buflen - tolist);
14833 mch_memmove(r + i * slen, p, (size_t)slen);
17804 mch_memmove((cha
[all...]
H A Dgui_w48.c560 mch_memmove(string, ws, len);
577 mch_memmove(string + i + 3, string + i + 1, len - i - 1);
H A Dif_mzsch.c3010 mch_memmove(exn_names, tmp, nc * sizeof(Scheme_Object *));
3014 mch_memmove(exn_values, tmp, nc * sizeof(Scheme_Object *));
H A Dex_cmds.c672 mch_memmove(new_line, ptr, (size_t)start_col);
673 mch_memmove(new_line + start_col + len,
4898 mch_memmove(p1, new_start, (size_t)(len + 1));
4908 mch_memmove(new_end, sub_firstline + copycol, (size_t)copy_len);
H A Doption.c4651 mch_memmove(s, arg, (size_t)i);
4727 mch_memmove(newval + i + comma, newval,
4729 mch_memmove(newval, origval, (size_t)i);
4853 mch_memmove(IObuff + i, startarg, (arg - startarg));
10704 mch_memmove(entries + 1, entries,
H A Dgui_mac.c339 mch_memmove(PascalString + 1, Cstring, len);
4677 mch_memmove(tempclip, *textOfClip + flavor, scrapSize);
4770 mch_memmove(*textOfClip + 1, str, scrapSize);
H A Dgui_motif.c2238 mch_memmove(next, next + 1, len);
2636 mch_memmove(next, next + 1, len);
3675 mch_memmove(next, next + 1, len);
H A Dos_unix.c4364 mch_memmove(ta_buf + i + 1, ta_buf + i + 3,
4425 mch_memmove(ta_buf, ta_buf + len, ta_len);
4519 mch_memmove(buffer, p, buffer_off);
H A Dos_win32.c1533 mch_memmove(typeahead + typeaheadlen + 3,
1564 mch_memmove(typeahead, typeahead + 1, --typeaheadlen);
1653 mch_memmove(vimrun_location + 1, vimrun_location,
H A Dregexp.c6825 mch_memmove(tmpsub, newsub, (size_t)len);
6827 mch_memmove(tmpsub + len, reg_prev_sub, (size_t)prevlen);
7157 mch_memmove(dst + 1, src - 1 + clen,
H A Dmenu.c1619 mch_memmove(p + 6, p + 5, (size_t)(len - 4));
H A Dsyntax.c3504 mch_memmove(spp, spp + 1,
4790 mch_memmove(p, p + 1, l);
6004 mch_memmove(retval, list, (size_t)len);
9298 mch_memmove(&hlt[hlcnt + i],
H A Dbuffer.c3542 mch_memmove(t + 1, t + n, (size_t)(p - (t + n)));
3572 mch_memmove(t + n - l, t, (size_t)(p - t));
H A Dgui_w32.c1249 mch_memmove(&argv[arg], &argv[arg + 1],
3944 mch_memmove(newp, pdlgtemplate,
H A Dedit.c7109 mch_memmove(p, replace_stack,
7117 mch_memmove(p + 1, p, (size_t)(replace_offset * sizeof(char_u)));
7168 mch_memmove(replace_stack + i, replace_stack + i + 1,
H A Dgui_riscos.c399 mch_memmove(&argv[arg], &argv[arg + 2], (*argc - arg)
H A Dsearch.c261 mch_memmove(rev + rev_i, s + s_i, mb_len);

Completed in 892 milliseconds

123