Lines Matching refs:mid_start
1428 int mid_start = 999;// first row of the mid area that needs in win_update() local
1797 mid_start = 0; // redraw all lines in win_update()
1800 mid_start = 0; // redraw all lines in win_update()
1803 mid_start = 0; // redraw all lines in win_update()
1828 mid_start = 0; in win_update()
1851 mid_start = 0; // redraw all lines in win_update()
1896 if (mid_start == 0) in win_update()
1922 mid_start = 0; in win_update()
1929 mid_start = 0; in win_update()
2099 if (mid_start > 0) in win_update()
2105 mid_start = top_end; in win_update()
2107 mid_start = 0; in win_update()
2111 mid_start += wp->w_lines[idx].wl_size; in win_update()
2122 srow += mid_start; in win_update()
2209 || (row >= mid_start && row < mid_end) in win_update()