Searched refs:SC_MOUSE_ENABLED (Results 1 – 3 of 3) sorted by relevance
722 if (!(scp->sc->flags & SC_MOUSE_ENABLED)) { in sc_mouse_ioctl()723 scp->sc->flags |= SC_MOUSE_ENABLED; in sc_mouse_ioctl()734 if (scp->sc->flags & SC_MOUSE_ENABLED) { in sc_mouse_ioctl()735 scp->sc->flags &= ~SC_MOUSE_ENABLED; in sc_mouse_ioctl()
203 #define SC_MOUSE_ENABLED (1 << 4) macro
2402 if (scp->sc->flags & SC_MOUSE_ENABLED) { in scrn_update()