Searched refs:gc_y (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/osfmk/console/ ! |
| H A D | video_console.c | 196 static unsigned int gc_x, gc_y, gc_savex, gc_savey; variable 440 gc_ops.clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2); in gc_enable() 441 gc_ops.show_cursor(gc_x, gc_y); in gc_enable() 484 gc_x = gc_y = 0; in gc_initialize() 547 if (gc_y >= vinfo.v_rows) { in gc_putchar() 549 gc_y = 0; in gc_putchar() 551 gc_y = vinfo.v_rows - 1; in gc_putchar() 630 gc_clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2); in gc_putc_esc() 631 gc_x = gc_y = 0; in gc_putc_esc() 635 if (gc_y >= gc_scrreg_bottom - 1) { in gc_putc_esc() [all …]
|