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

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c216 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;
577 if (gc_x >= vinfo.v_columns) {
579 gc_x = 0;
581 gc_x = vinfo.v_columns - 1;
666 gc_clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2);
667 gc_x = gc_y = 0;
677 if (ch == 'E') gc_x
[all...]

Completed in 22 milliseconds