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.c230 # define M_FD(sp) sp->_mouse_fd
326 && 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 …]
H A Dlib_getch.c237 || (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()
H A Dlib_set_term.c546 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.h1160 int _mouse_fd; /* file-descriptor, if any */ member