Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dscmouse.c209 if ((scp->status & MOUSE_VISIBLE) && (scp->status & MOUSE_CUTTING)) in set_mouse_pos()
228 scp->status |= MOUSE_VISIBLE; in sc_draw_mouse_image()
262 scp->status &= ~MOUSE_VISIBLE; in sc_remove_mouse_image()
325 if (scp->status & MOUSE_VISIBLE) { in sc_remove_all_mouse()
326 scp->status &= ~MOUSE_VISIBLE; in sc_remove_all_mouse()
488 if (scp->status & MOUSE_VISIBLE) { in mouse_cut_start()
521 if (scp->status & MOUSE_VISIBLE) in mouse_cut_end()
543 if (scp->status & MOUSE_VISIBLE) { in mouse_cut_word()
592 if (scp->status & MOUSE_VISIBLE) { in mouse_cut_line()
610 if ((scp->status & MOUSE_VISIBLE) && !(scp->status & MOUSE_CUTTING) in mouse_cut_extend()
H A Dscvidctl.c210 scp->status &= ~(GRAPHICS_MODE | PIXEL_MODE | MOUSE_VISIBLE); in sc_set_text_mode()
273 scp->status &= ~(PIXEL_MODE | MOUSE_VISIBLE); in sc_set_graphics_mode()
392 scp->status &= ~(GRAPHICS_MODE | MOUSE_VISIBLE); in sc_set_pixel_mode()
H A Dsyscons.h118 #define MOUSE_VISIBLE 0x04000 /* mouse cursor is showing */ macro
H A Dsyscons.c524 scp->status &= ~(GRAPHICS_MODE | MOUSE_VISIBLE); in sc_set_vesa_mode()
2303 if (scp->status & MOUSE_VISIBLE) { in scrn_update()
2405 if (!(scp->status & (MOUSE_VISIBLE | MOUSE_HIDDEN))) { in scrn_update()