Searched refs:mch_memmove (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10.1/vim-55/src/
H A Dos_riscos.h163 #define mch_memmove(to, from, len) memmove((char *)(to), (char *)(from), len) macro
H A Dos_unix.h466 # define mch_memmove(to, from, len) memmove((char *)(to), (char *)(from), len) macro
469 # define mch_memmove(to, from, len) bcopy((char *)(from), (char *)(to), len) macro
472 # define mch_memmove(to, from, len) memcpy((char *)(to), (char *)(from), len) macro
H A Dblowfish.c439 mch_memmove(sbx, sbi, 4 * 4 * 256);
667 mch_memmove(save_ofb_buffer, ofb_buffer, BF_OFB_LEN);
668 mch_memmove(save_pax, pax, 4 * 18);
669 mch_memmove(save_sbx, sbx, 4 * 4 * 256);
681 mch_memmove(ofb_buffer, save_ofb_buffer, BF_OFB_LEN);
682 mch_memmove(pax, save_pax, 4 * 18);
683 mch_memmove(sbx, save_sbx, 4 * 4 * 256);
H A Dui.c87 mch_memmove(new, ta_str + ta_off, (size_t)(ta_len - ta_off));
88 mch_memmove(new + ta_len - ta_off, s, (size_t)len);
92 mch_memmove(new, s, (size_t)len);
130 mch_memmove(buf, ta_str + ta_off, (size_t)ta_len);
135 mch_memmove(buf, ta_str + ta_off, (size_t)maxlen);
1521 mch_memmove(gap->ga_data, inbuf, (size_t)inbufcount);
1542 mch_memmove(inbuf, gap->ga_data, gap->ga_len);
1645 mch_memmove(buf, inbuf, (size_t)maxlen);
1648 mch_memmove(inbuf, inbuf + maxlen, (size_t)inbufcount);
1719 mch_memmove(inbu
[all...]
H A Dmemline.c451 mch_memmove(buf->b_ml.ml_mfp->mf_seed, &b0p->b0_seed, MF_SEED_LEN);
489 mch_memmove(mfp->mf_old_seed, mfp->mf_seed, MF_SEED_LEN);
972 mch_memmove(b0p->b0_fname + ulen + 1, b0p->b0_fname + 1, flen);
973 mch_memmove(b0p->b0_fname + 1, uname, ulen);
1047 mch_memmove((char *)b0p->b0_fname + size - n,
1260 mch_memmove(mfp->mf_seed, &b0p->b0_seed, MF_SEED_LEN);
1299 mch_memmove(p, hp->bh_data, previous_page_size);
2678 mch_memmove((char *)dp + dp->db_txt_start,
2691 mch_memmove((char *)dp + dp->db_index[db_idx + 1], line, (size_t)len);
2808 mch_memmove((cha
[all...]
H A Dif_xcmdsrv.c724 mch_memmove(p, &e, sizeof(e));
731 mch_memmove(p, p + 1, (serverReply.ga_len - i - 1) * sizeof(*p));
834 mch_memmove(s, s + len, p->strings.ga_len - len);
1006 mch_memmove(entry, p, count);
1060 mch_memmove(entry, p, lastHalf);
H A Dmisc1.c290 mch_memmove(s, p, (size_t)line_len);
405 mch_memmove(p, ml_get_curline(), (size_t)line_len);
1063 mch_memmove(endp + l, endp,
1073 mch_memmove(p, lead_repl, (size_t)lead_repl_len);
1091 mch_memmove(p + 1, p + l + 1,
1123 mch_memmove(p + lead_repl_len, p + i,
1129 mch_memmove(p, lead_repl, (size_t)lead_repl_len);
1141 mch_memmove(p, p + 1,
1158 mch_memmove(p + 1, p + l,
2044 mch_memmove(new
[all...]
H A Dhashtab.c411 mch_memmove(temparray, newarray, sizeof(temparray));
H A Dops.c451 mch_memmove(newp, oldp, (size_t)bd.textcol);
455 mch_memmove(newp + bd.textcol + i + j, bd.textstart, (size_t)len);
540 mch_memmove(newp, oldp, (size_t)(verbatim_copy_end - oldp));
620 mch_memmove(newp, oldp, (size_t)(offset));
627 mch_memmove(newp + offset + spaces, s, (size_t)s_len);
1788 mch_memmove(newp, oldp, (size_t)bd.textcol);
2097 mch_memmove(newp, oldp, (size_t)bd.textcol);
2724 mch_memmove(newp, oldp, (size_t)bd.textcol);
2730 mch_memmove(newp + offset, ins_text, (size_t)ins_len);
3172 mch_memmove(pne
[all...]
H A Dfileio.c1264 mch_memmove(new_buffer, ptr - linerest, (size_t)linerest);
1309 mch_memmove(ptr, conv_rest, conv_restlen);
1497 mch_memmove(ptr, ptr + blen, (size_t)size);
1592 mch_memmove(conv_rest, (char_u *)fromp, from_size);
1598 mch_memmove(line_start, buffer, (size_t)linerest);
1638 mch_memmove(src, ptr, size);
1746 mch_memmove(dst, src, bytelen);
1761 mch_memmove(conv_rest, src, size);
1850 mch_memmove(conv_rest, (char_u *)tail, conv_restlen);
1996 mch_memmove(line_star
[all...]
H A Dgetchar.c256 mch_memmove(buf->bh_first.b_next->b_str,
939 mch_memmove(typebuf.tb_buf + typebuf.tb_off, str, (size_t)addlen);
970 mch_memmove(s1 + newoff, typebuf.tb_buf + typebuf.tb_off,
973 mch_memmove(s1 + newoff + offset, str, (size_t)addlen);
976 mch_memmove(s1 + newoff + offset + addlen,
983 mch_memmove(s2 + newoff, typebuf.tb_noremap + typebuf.tb_off,
985 mch_memmove(s2 + newoff + offset + addlen,
1145 mch_memmove(typebuf.tb_buf + MAXMAPLEN,
1147 mch_memmove(typebuf.tb_noremap + MAXMAPLEN,
1152 mch_memmove(typebu
[all...]
H A Dcharset.c327 mch_memmove(buf + trs_len, buf + 1, (size_t)len);
329 mch_memmove(buf, trs, (size_t)trs_len);
442 mch_memmove(ga.ga_data, str, (size_t)len);
449 mch_memmove(buf, str, (size_t)len);
H A Dvim.h1505 #define STRMOVE(d, s) mch_memmove((d), (s), STRLEN(s) + 1)
1592 * Include a prototype for mch_memmove(), it may not be in alloc.pro.
1595 void mch_memmove __ARGS((void *, void *, size_t));
1597 # ifndef mch_memmove
1598 # define mch_memmove(to, from, len) memmove(to, from, len) macro
H A Dex_getln.c2252 mch_memmove(s + 1, s, line_ga.ga_len - (s - p) + 1);
2303 mch_memmove(s - 1, s, line_ga.ga_len - (s - p) + 1);
2537 mch_memmove(ccline.cmdbuff, p, (size_t)ccline.cmdlen);
2679 mch_memmove(arshape_buf + newlen, p, mb_l);
2759 mch_memmove(ccline.cmdbuff + ccline.cmdpos + len,
2780 mch_memmove(ccline.cmdbuff + ccline.cmdpos + len,
2792 mch_memmove(ccline.cmdbuff + ccline.cmdpos, str, (size_t)len);
3104 mch_memmove(ccline.cmdbuff + from, ccline.cmdbuff + ccline.cmdpos,
3352 mch_memmove(&ccline.cmdbuff[ccline.cmdpos + difflen],
3355 mch_memmove(
[all...]
H A Dgui_x11.c830 mch_memmove(p, string, len);
846 mch_memmove(p, string, i + 1);
849 mch_memmove(p + i + 3, string + i + 1, len - i);
1223 mch_memmove(&argv[arg], &argv[arg + 1], (*argc - arg)
1230 mch_memmove(&argv[arg], &argv[arg + 1], (*argc - arg)
1243 mch_memmove(&argv[arg], &argv[arg + 1],
1258 mch_memmove(&argv[arg], &argv[arg + 1],
H A Dmessage.c320 mch_memmove(buf + e, "...", (size_t)3);
1619 mch_memmove(buf, s, (size_t)l);
2747 mch_memmove((char_u *)error_ga.ga_data + error_ga.ga_len,
3435 mch_memmove(to, from, (size_t)len);
4075 mch_memmove(str + str_l, p, n > avail ? avail : n);
4781 mch_memmove(str + str_l, str_arg,
4816 mch_memmove(str + str_l,
H A Dfold.c690 mch_memmove(fold_ga.ga_data, fp, sizeof(fold_T) * cont);
701 mch_memmove(fp + 1, (fold_T *)gap->ga_data + i,
1468 mch_memmove(fp, fp + 1, sizeof(fold_T) * (gap->ga_len - idx));
1490 mch_memmove(fp + moved, fp + 1,
1493 mch_memmove(fp, nfp, (size_t)(sizeof(fold_T) * moved));
2818 mch_memmove(fp + 1, fp, sizeof(fold_T) * (gap->ga_len - i));
H A Dos_mac_conv.c212 mch_memmove(ptr, ptr + *sizep, len);
H A Dif_sniff.c384 mch_memmove(ReadThreadBuffer, msgStart, ReadThreadLen);
486 mch_memmove(p,p+1,end-p);
H A Dmisc2.c1238 mch_memmove(p, string, (size_t)len);
1318 mch_memmove(p2, p, (size_t)l);
1558 mch_memmove(s, res, p - res);
1748 mch_memmove(dst_arg, src_arg, len) function
2040 mch_memmove(pp, gap->ga_data,
2092 mch_memmove((char *)gap->ga_data + gap->ga_len, s, (size_t)len);
5929 mch_memmove(buf, p1, elm_size);
5930 mch_memmove(p1, p2, elm_size);
5931 mch_memmove(p2, buf, elm_size);
H A Dscreen.c2596 mch_memmove(ScreenLines + off, buf, (size_t)len);
3096 mch_memmove(nextline, line, (size_t)v);
3104 mch_memmove(nextline, line + nextlinecol, SPWORDLEN);
8083 mch_memmove(new_ScreenLines + new_LineOffset[new_row],
8090 mch_memmove(new_ScreenLinesUC + new_LineOffset[new_row],
8094 mch_memmove(new_ScreenLinesC[i]
8100 mch_memmove(new_ScreenLines2 + new_LineOffset[new_row],
8104 mch_memmove(new_ScreenAttrs + new_LineOffset[new_row],
8313 mch_memmove(ScreenLines + off_to, ScreenLines + off_from,
8320 mch_memmove(ScreenLinesU
[all...]
H A Dex_cmds2.c665 mch_memmove(&DEBUGGY(gap, todel), &DEBUGGY(gap, todel + 1),
1888 mch_memmove(ARGLIST + match, ARGLIST + match + 1,
2316 mch_memmove(ARGLIST + eap->line1 - 1, ARGLIST + eap->line2,
2515 mch_memmove(&(ARGLIST[after + count]), &(ARGLIST[after]),
H A Dnetbeans.c587 mch_memmove(node->buffer, buf, (size_t)len);
1347 mch_memmove(newtext, oldtext, first);
1369 mch_memmove(p, ml_get(first), len_first);
1370 mch_memmove(p + len_first, ml_get(other), len_other + 1);
H A Dtag.c2508 mch_memmove(mfp, mfp->match,
3757 mch_memmove(tagnm, t_p.tagname, (size_t)c);
3762 mch_memmove((*file)[i] + c, t_p.fname, t_p.fname_end - t_p.fname);
3764 mch_memmove((*file)[i], tagnm, (size_t)c);
H A Dgui_gtk_x11.c560 mch_memmove(&argv[i], &argv[i + n_strip],
1325 mch_memmove(tmpbuf + 1, string, (size_t)length);
1355 mch_memmove(tmpbuf + 2, string, (size_t)length);
1378 mch_memmove(tmpbuf + l + 2, string, (size_t)length);
4884 mch_memmove(new_conv_buf, conv_buf, plen);
4886 mch_memmove(new_conv_buf + plen + 1, conv_buf + plen,

Completed in 309 milliseconds

123