Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c1426 int top_end = 0; // Below last row of the top area that needs in win_update() local
1671 top_end = 1; in win_update()
1693 top_end = j; in win_update()
1697 if (top_end == 0) in win_update()
1783 top_end = i; in win_update()
2105 mid_start = top_end; in win_update()
2208 if (row < top_end in win_update()
2256 && row >= top_end) in win_update()
2357 else if (top_end > row + old_rows) in win_update()
2360 top_end += xtra_rows; in win_update()