Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/console/
H A Dvideo_console.c139 void (*hide_cursor)(unsigned int xx, unsigned int yy); member
468 gc_ops.hide_cursor(xx, yy); in gc_hide_cursor()
2949 gc_ops.hide_cursor = vc_reverse_cursor; in initialize_screen()