Home
last modified time | relevance | path

Searched refs:screen_del_lines (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dscreen.pro43 int screen_del_lines(int off, int row, int line_count, int end, int force, int clear_attr, win_T *w…
/vim-8.2.3635/src/
H A Dscreen.c1091 screen_del_lines(0, 0, 1, (int)Rows, TRUE, 0, NULL); in win_redr_status_matches()
3418 if (screen_del_lines(0, W_WINROW(wp) + wp->w_height - line_count, in win_ins_lines()
3483 if (screen_del_lines(0, W_WINROW(wp) + row, line_count, in win_del_lines()
3578 retval = screen_del_lines(W_WINROW(wp) + row, 0, line_count, in win_do_lines()
3730 return screen_del_lines(off, row, line_count, end, FALSE, 0, wp); in screen_ins_lines()
3738 screen_del_lines(off, end - line_count, line_count, end, FALSE, 0, wp); in screen_ins_lines()
3871 screen_del_lines( in screen_del_lines() function
H A Dmessage.c2399 screen_del_lines(0, 0, 1, (int)Rows, TRUE, 0, NULL); in msg_scroll_up()