Searched refs:_mouse_fd (Results 1 – 5 of 5) sorted by relevance
230 # define M_FD(sp) sp->_mouse_fd326 && sp->_mouse_fd >= 0 in sysmouse_server()328 && ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse) != -1) { in sysmouse_server()359 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server()361 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server()512 sp->_mouse_fd = -1; in unload_gpm_library()638 sp->_mouse_fd = *(my_gpm_fd); in initialize_mousetype()639 T(("GPM mouse_fd %d", sp->_mouse_fd)); in initialize_mousetype()701 sp->_mouse_fd = open(the_device, O_RDWR); in initialize_mousetype()703 if (sp->_mouse_fd >= 0) { in initialize_mousetype()[all …]
237 || (sp->_mouse_fd >= 0) in fifo_push()250 if (sp->_mouse_fd >= 0) { in fifo_push()256 if ((sp->_mouse_fd >= 0) && (mask & TW_MOUSE)) { in fifo_push()
546 sp->_mouse_fd = -1; in NCURSES_SP_NAME()
256 && (fd = sp->_mouse_fd) >= 0) { in _nc_timed_wait()361 && (fd = sp->_mouse_fd) >= 0) { in _nc_timed_wait()500 && (fd = sp->_mouse_fd) >= 0 in _nc_timed_wait()
1160 int _mouse_fd; /* file-descriptor, if any */ member