Searched refs:_mouse_fd (Results 1 – 5 of 5) sorted by relevance
231 # define M_FD(sp) sp->_mouse_fd327 && sp->_mouse_fd >= 0 in sysmouse_server()329 && ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse) != -1) { in sysmouse_server()360 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server()362 ioctl(sp->_mouse_fd, CONS_MOUSECTL, &the_mouse); in sysmouse_server()513 sp->_mouse_fd = -1; in unload_gpm_library()639 sp->_mouse_fd = *(my_gpm_fd); in initialize_mousetype()640 T(("GPM mouse_fd %d", sp->_mouse_fd)); in initialize_mousetype()702 sp->_mouse_fd = open(the_device, O_RDWR); in initialize_mousetype()704 if (sp->_mouse_fd >= 0) { in initialize_mousetype()[all …]
254 || (sp->_mouse_fd >= 0) in fifo_push()267 if (sp->_mouse_fd >= 0) { in fifo_push()273 if ((sp->_mouse_fd >= 0) && (mask & TW_MOUSE)) { in fifo_push()
544 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()
1096 int _mouse_fd; /* file-descriptor, if any */ member