Home
last modified time | relevance | path

Searched refs:_mouse_fd (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c231 # define M_FD(sp) sp->_mouse_fd
327 && 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 …]
H A Dlib_getch.c254 || (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()
H A Dlib_set_term.c544 sp->_mouse_fd = -1; in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c256 && (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()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1096 int _mouse_fd; /* file-descriptor, if any */ member