Lines Matching refs:w_empty_rows
333 n = curwin->w_empty_rows; in update_topline()
1006 curwin->w_wrow = curwin->w_height - 1 - curwin->w_empty_rows; in curs_columns()
1923 wp->w_empty_rows = 0; // single line that doesn't fit in set_empty_rows()
1926 wp->w_empty_rows = wp->w_height - used; in set_empty_rows()
1931 if (wp->w_empty_rows > wp->w_filler_rows) in set_empty_rows()
1932 wp->w_empty_rows -= wp->w_filler_rows; in set_empty_rows()
1935 wp->w_filler_rows = wp->w_empty_rows; in set_empty_rows()
1936 wp->w_empty_rows = 0; in set_empty_rows()
1966 int old_empty_rows = curwin->w_empty_rows; in scroll_cursor_bot()
2018 scrolled -= curwin->w_empty_rows; in scroll_cursor_bot()
2079 scrolled -= curwin->w_empty_rows; in scroll_cursor_bot()
2107 scrolled -= curwin->w_empty_rows; in scroll_cursor_bot()
2154 curwin->w_empty_rows = old_empty_rows; in scroll_cursor_bot()
2705 room = curwin->w_empty_rows; in halfpage()