Searched refs:del_from_lnum (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dnetbeans.c1541 linenr_T del_from_lnum, del_to_lnum; /* lines to be deleted as a whole */ local
1595 del_from_lnum = first.lnum;
1628 ++del_from_lnum; /* don't delete the first line */
1636 if (del_from_lnum > first.lnum)
1651 if (first.lnum != last.lnum && del_from_lnum > first.lnum
1659 if (del_to_lnum >= del_from_lnum)
1664 for (i = del_from_lnum; i <= del_to_lnum; i++)
1680 del_from_lnum, del_to_lnum));
1681 curwin->w_cursor.lnum = del_from_lnum;
1683 del_lines(del_to_lnum - del_from_lnum
[all...]

Completed in 140 milliseconds