Home
last modified time | relevance | path

Searched refs:ex_copy (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dex_cmds.pro6 void ex_copy(linenr_T line1, linenr_T line2, linenr_T n);
/vim-8.2.3635/src/
H A Dex_cmds.c819 ex_copy(linenr_T line1, linenr_T line2, linenr_T n) in ex_copy() function
H A Dex_docmd.c7820 ex_copy(eap->line1, eap->line2, n); in ex_copymove()