Lines Matching refs:w_height
185 if (W_WINROW(wp) + wp->w_height > msg_scrolled in update_screen()
196 if (W_WINROW(wp) + wp->w_height + wp->w_status_height in update_screen()
400 return W_WINROW(wp) + wp->w_height; in statusline_row()
1504 if (wp->w_height + WINBAR_HEIGHT(wp) == 0 in win_update()
1753 if (j >= wp->w_height - 2) in win_update()
1761 if (j < wp->w_height - 2) // not too far off in win_update()
1770 if (i < wp->w_height - 2) // less than a screen off in win_update()
1788 if ((wp->w_lines_valid += j) > wp->w_height) in win_update()
1789 wp->w_lines_valid = wp->w_height; in win_update()
1849 bot_start = wp->w_height - row; in win_update()
1867 + (int)wp->w_lines[j].wl_size > wp->w_height) in win_update()
1898 mid_end = wp->w_height; in win_update()
1923 mid_end = wp->w_height; in win_update()
1930 mid_end = wp->w_height; in win_update()
2123 mid_end = wp->w_height; in win_update()
2184 if (row == wp->w_height) in win_update()
2318 if (new_rows > wp->w_height - row - 2) in win_update()
2332 if (row - xtra_rows >= wp->w_height - 2) in win_update()
2341 bot_start = wp->w_height + xtra_rows; in win_update()
2349 if (row + xtra_rows >= wp->w_height - 2) in win_update()
2384 > wp->w_height) in win_update()
2400 if (wp->w_lines_valid > wp->w_height) in win_update()
2401 wp->w_lines_valid = wp->w_height; in win_update()
2442 && srow + wp->w_lines[idx].wl_size > wp->w_height in win_update()
2450 row = wp->w_height + 1; in win_update()
2465 row = win_line(wp, lnum, srow, wp->w_height, in win_update()
2484 if (row > wp->w_height || row + wp->w_winrow >= Rows) in win_update()
2513 (void)win_line(wp, lnum, srow, wp->w_height, TRUE, TRUE); in win_update()
2518 if (row > wp->w_height) // past end of screen in win_update()
2582 else if (diff_check_fill(wp, lnum) >= wp->w_height - srow) in win_update()
2586 wp->w_filler_rows = wp->w_height - srow; in win_update()
2598 int scr_row = W_WINROW(wp) + wp->w_height - 1; in win_update()
2612 screen_fill(W_WINROW(wp) + wp->w_height - 1, in win_update()
2613 W_WINROW(wp) + wp->w_height, in win_update()
2621 win_draw_end(wp, '@', ' ', TRUE, srow, wp->w_height, HLF_AT); in win_update()
2640 if (row + j > wp->w_height) in win_update()
2641 j = wp->w_height - row; in win_update()
2653 win_draw_end(wp, ' ', ' ', FALSE, row, wp->w_height, HLF_AT); in win_update()
2655 win_draw_end(wp, fill_eob, ' ', FALSE, row, wp->w_height, HLF_EOB); in win_update()