Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds.c4012 long nmatch_tl = 0; // nr of lines matched below lnum in ex_substitute() local
4459 nmatch_tl += nmatch - 1; in ex_substitute()
4634 || nmatch_tl > 0 in ex_substitute()
4658 if (nmatch_tl > 0) in ex_substitute()
4667 if (u_savedel(lnum, nmatch_tl) != OK) in ex_substitute()
4669 for (i = 0; i < nmatch_tl; ++i) in ex_substitute()
4671 mark_adjust(lnum, lnum + nmatch_tl - 1, in ex_substitute()
4672 (long)MAXLNUM, -nmatch_tl); in ex_substitute()
4674 deleted_lines(lnum, nmatch_tl); in ex_substitute()
4676 line2 -= nmatch_tl; // nr of lines decreases in ex_substitute()
[all …]