Lines Matching refs:W_WINROW
155 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + endrow, in screen_fill_end()
161 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + endrow, in screen_fill_end()
214 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + endrow, in win_draw_end()
217 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + endrow, in win_draw_end()
224 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + endrow, in win_draw_end()
857 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + wp->w_height, in draw_vsep_win()
3361 windgoto(W_WINROW(curwin) + curwin->w_wrow, in setcursor_mayforce()
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()
3440 if (screen_ins_lines(0, W_WINROW(wp) + row, line_count, (int)Rows, 0, NULL) in win_ins_lines()
3483 if (screen_del_lines(0, W_WINROW(wp) + row, line_count, in win_del_lines()
3493 if (screen_ins_lines(0, W_WINROW(wp) + wp->w_height - line_count, in win_del_lines()
3550 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + wp->w_height, in win_do_lines()
3578 retval = screen_del_lines(W_WINROW(wp) + row, 0, line_count, in win_do_lines()
3581 retval = screen_ins_lines(W_WINROW(wp) + row, 0, line_count, in win_do_lines()