Searched refs:TW_MOUSE (Results 1 – 6 of 6) sorted by relevance
255 if ((mode & TW_MOUSE) in _nc_timed_wait()360 if ((mode & TW_MOUSE) in _nc_timed_wait()499 if ((mode & TW_MOUSE) in _nc_timed_wait()502 result |= TW_MOUSE; in _nc_timed_wait()
161 rc = TW_MOUSE; in check_mouse_activity()182 rc |= TW_MOUSE; in check_mouse_activity()256 if ((sp->_mouse_fd >= 0) && (mask & TW_MOUSE)) { in fifo_push()
947 } else if (mode & TW_MOUSE) { in _nc_console_twait()948 code = TW_MOUSE; in _nc_console_twait()996 rc = TW_MOUSE; in _nc_console_testmouse()
960 rc = TW_MOUSE; in drv_testmouse()981 rc |= TW_MOUSE; in drv_testmouse()
941 rc = TW_MOUSE; in wcon_testmouse()
2406 #define TW_MOUSE 2 macro2407 #define TW_ANY (TW_INPUT | TW_MOUSE)