Searched refs:gc_x (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/console/ |
| H A D | video_console.c | 197 static unsigned int gc_x, gc_y, gc_savex, gc_savey; variable 441 gc_ops.clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2); in gc_enable() 442 gc_ops.show_cursor(gc_x, gc_y); in gc_enable() 485 gc_x = gc_y = 0; in gc_initialize() 541 if (gc_x >= vinfo.v_columns) { in gc_putchar() 543 gc_x = 0; in gc_putchar() 545 gc_x = vinfo.v_columns - 1; in gc_putchar() 631 gc_clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2); in gc_putc_esc() 632 gc_x = gc_y = 0; in gc_putc_esc() 643 gc_x = 0; in gc_putc_esc() [all …]
|