Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/console/
H A Dvideo_console.c140 void (*show_cursor)(unsigned int xx, unsigned int yy); member
442 gc_ops.show_cursor(gc_x, gc_y); in gc_enable()
1218 gc_ops.show_cursor(xx, yy); in gc_show_cursor()
2950 gc_ops.show_cursor = vc_reverse_cursor; in initialize_screen()