Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/console/
H A Dvideo_console.c196 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()
540 if (gc_x >= vinfo.v_columns) { in gc_putchar()
542 gc_x = 0; in gc_putchar()
544 gc_x = vinfo.v_columns - 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()
642 gc_x = 0; in gc_putc_esc()
[all …]