Lines Matching refs:w_filler_rows
341 n += curwin->w_filler_rows; in update_topline()
1920 wp->w_filler_rows = 0; in set_empty_rows()
1930 wp->w_filler_rows = diff_check_fill(wp, wp->w_botline); 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()
2039 - curwin->w_filler_rows; in scroll_cursor_bot()
2096 && boff.fill > curwin->w_filler_rows) in scroll_cursor_bot()
2316 below = curwin->w_filler_rows; in cursor_correct()
2446 - curwin->w_filler_rows; in onepage()
2707 room += curwin->w_filler_rows; in halfpage()