Home
last modified time | relevance | path

Searched refs:gc_y (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.121.3/osfmk/console/
H A Dvideo_console.c197 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()
548 if (gc_y >= vinfo.v_rows) { in gc_putchar()
550 gc_y = 0; in gc_putchar()
552 gc_y = vinfo.v_rows - 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()
636 if (gc_y >= gc_scrreg_bottom - 1) { in gc_putc_esc()
[all …]