Searched refs:gc_clear_screen (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/osfmk/console/ |
| H A D | video_console.c | 242 static void gc_clear_screen(unsigned int xx, unsigned int yy, int top, 303 gc_clear_screen(unsigned int xx, unsigned int yy, int top, unsigned int bottom, in gc_clear_screen() function 630 gc_clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2); in gc_putc_esc() 776 gc_clear_screen(gc_x, gc_y, 0, vinfo.v_rows, gc_par[0]); in gc_putc_gotpars() 1101 gc_clear_screen(vinfo.v_columns - 1, top + num - 1, top, bottom, 1); in gc_scroll_down() 1195 gc_clear_screen(0, bottom - num, top, bottom, 0); in gc_scroll_up()
|