Lines Matching refs:mch_memmove
676 mch_memmove(p, line, c); in spell_suggest()
1808 mch_memmove(preword + sp->ts_prewordlen, in suggest_trie_walk()
2264 mch_memmove(p, p + n, fl); in suggest_trie_walk()
2290 mch_memmove(p + mb_ptr2len(p + n), p, n); in suggest_trie_walk()
2352 mch_memmove(p, p + n + fl, tl); in suggest_trie_walk()
2381 mch_memmove(p + fl + tl, p, n); in suggest_trie_walk()
2424 mch_memmove(p, p + n, fl); in suggest_trie_walk()
2453 mch_memmove(p + tl, p, n); in suggest_trie_walk()
2485 mch_memmove(p + tl, p, n); in suggest_trie_walk()
2514 mch_memmove(p, p + tl, n); in suggest_trie_walk()
2600 mch_memmove(p, ftp->ft_to, tl); in suggest_trie_walk()
2631 mch_memmove(p, ftp->ft_from, fl); in suggest_trie_walk()
3635 mch_memmove(stp + i, stp + i + 1, in check_suggestions()