| /vim-8.2.3635/src/ |
| H A D | screen.c | 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() 486 screen_fill(row, row + 1, col + coloff, in screen_line() 857 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + wp->w_height, in draw_vsep_win() 2336 screen_fill( in screen_fill() function 3435 screen_fill(nextrow - line_count, lastrow - line_count, in win_ins_lines() 3550 screen_fill(W_WINROW(wp) + row, W_WINROW(wp) + wp->w_height, in win_do_lines() [all …]
|
| H A D | message.c | 2407 screen_fill((int)Rows - 1, (int)Rows, 0, (int)Columns, ' ', ' ', 0); in msg_scroll_up() 2412 screen_fill((int)Rows - 2, (int)Rows - 1, in msg_scroll_up() 3024 screen_fill((int)Rows - 2, (int)Rows - 1, 0, in do_more_prompt() 3034 screen_fill((int)Rows - 1, (int)Rows, 0, in do_more_prompt() 3048 screen_fill((int)Rows - 1, (int)Rows, 0, (int)Columns, ' ', ' ', 0); in do_more_prompt() 3393 screen_fill(msg_row, msg_row + 1, 0, msg_col + 1, ' ', ' ', 0); in msg_clr_eos_force() 3394 screen_fill(msg_row + 1, (int)Rows, 0, (int)Columns, ' ', ' ', 0); in msg_clr_eos_force() 3399 screen_fill(msg_row, msg_row + 1, msg_col, (int)Columns, in msg_clr_eos_force() 3401 screen_fill(msg_row + 1, (int)Rows, 0, (int)Columns, ' ', ' ', 0); in msg_clr_eos_force()
|
| H A D | popupmenu.c | 604 screen_fill(row, row + 1, pum_col - pum_base_width - n + 1, in pum_redraw() 611 screen_fill(row, row + 1, col, pum_col + pum_base_width + n, in pum_redraw() 620 screen_fill(row, row + 1, pum_col - pum_width + 1, col + 1, ' ', in pum_redraw() 624 screen_fill(row, row + 1, col, pum_col + pum_width, ' ', ' ', in pum_redraw()
|
| H A D | popupwin.c | 3940 screen_fill(wp->w_winrow, wp->w_winrow + 1, in update_popups() 3945 screen_fill(wp->w_winrow, wp->w_winrow + 1, in update_popups() 3951 screen_fill(wp->w_winrow, wp->w_winrow + 1, in update_popups() 3984 screen_fill(row, row + 1, padcol, title_wincol, in update_popups() 3986 screen_fill(row, row + 1, title_wincol + title_len, in update_popups() 3991 screen_fill(row, row + top_padding, padcol, padendcol, in update_popups() 4093 screen_fill(row, row + wp->w_popup_padding[2], in update_popups() 4101 screen_fill(row , row + 1, in update_popups()
|
| H A D | drawscreen.c | 529 screen_fill(row, row + 1, len + wp->w_wincol, in win_redr_status() 791 screen_fill(row, row + 1, in win_redr_ruler() 2603 screen_fill(scr_row, scr_row + 1, in win_update() 2612 screen_fill(W_WINROW(wp) + wp->w_height - 1, in win_update()
|
| H A D | window.c | 5554 screen_fill(row, cmdline_row, 0, (int)Columns, ' ', ' ', 0); in win_setheight_win() 6084 screen_fill(row, cmdline_row, 0, (int)Columns, ' ', ' ', 0); in win_drag_status_line() 6470 screen_fill((int)(cmdline_row), (int)Rows, 0, in command_height()
|
| H A D | hardcopy.c | 546 screen_fill((int)Rows - 1, (int)Rows, 0, (int)Columns, ' ', ' ', 0); in prt_message()
|
| /vim-8.2.3635/src/proto/ |
| H A D | screen.pro | 28 void screen_fill(int start_row, int end_row, int start_col, int end_col, int c1, int c2, int attr);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 1597 - Don't clear the command line when adding characters, avoids that screen_fill
|