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

/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c220 static unsigned int gc_x, gc_y, gc_savex, gc_savey; variable
474 gc_ops.clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2);
475 gc_ops.show_cursor(gc_x, gc_y);
522 gc_x = gc_y = 0;
583 if (gc_y >= vinfo.v_rows) {
585 gc_y = 0;
587 gc_y = vinfo.v_rows - 1;
666 gc_clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2);
667 gc_x = gc_y = 0;
671 if (gc_y >
[all...]

Completed in 121 milliseconds