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

/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c141 } gc_ops; variable in typeref:struct:__anon15238
360 gc_ops.clear_screen(xx, yy, top, bottom, which);
381 gc_ops.enable(FALSE);
474 gc_ops.clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2);
475 gc_ops.show_cursor(gc_x, gc_y);
477 gc_ops.enable(TRUE);
497 gc_ops.paint_char(xx, yy, character, attribute, 0, 0);
504 gc_ops.hide_cursor(xx, yy);
519 gc_ops.initialize(info);
537 gc_ops
[all...]

Completed in 71 milliseconds