Searched refs:gui_redraw_block (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dgui.pro31 int gui_redraw_block __ARGS((int row1, int col1, int row2, int col2, int flags));
/macosx-10.10.1/vim-55/src/
H A Dhangulin.c809 gui_redraw_block(gui.cursor_row, gui.cursor_col,
H A Dgui.c2383 if (gui_redraw_block(gui.cursor_row, gui.cursor_col,
2386 (void)gui_redraw_block(gui.cursor_row, gui.cursor_col - 1,
2390 (void)gui_redraw_block(gui.cursor_row, gui.cursor_col + 1,
2414 (void)gui_redraw_block(row1, col1, row2, col2, GUI_MON_NOCLEAR);
2434 gui_redraw_block(row1, col1, row2, col2, flags) function
H A Dscreen.c8149 (void)gui_redraw_block(0, 0, (int)Rows - 1, (int)Columns - 1, 0);

Completed in 161 milliseconds