Lines Matching refs:w_height
857 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + wp->w_height, in draw_vsep_win()
3399 if (wp->w_height < 5) in win_ins_lines()
3402 if (line_count > wp->w_height - row) in win_ins_lines()
3403 line_count = wp->w_height - row; in win_ins_lines()
3418 if (screen_del_lines(0, W_WINROW(wp) + wp->w_height - line_count, in win_ins_lines()
3431 nextrow = W_WINROW(wp) + wp->w_height + wp->w_status_height; in win_ins_lines()
3476 if (line_count > wp->w_height - row) in win_del_lines()
3477 line_count = wp->w_height - row; in win_del_lines()
3493 if (screen_ins_lines(0, W_WINROW(wp) + wp->w_height - line_count, in win_del_lines()
3548 if (row + line_count >= wp->w_height) in win_do_lines()
3550 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + wp->w_height, in win_do_lines()
3579 wp->w_height - row, FALSE, clear_attr, wp); in win_do_lines()
3582 wp->w_height - row, clear_attr, wp); in win_do_lines()
4723 lnum = wp->w_height; in number_width()