Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c221 # define M_FD(sp) sp->_mouse_fd
317 && sp->_mouse_fd >= 0 in sysmouse_server()
479 sp->_mouse_fd = -1; in unload_gpm_library()
598 sp->_mouse_fd = *(my_gpm_fd); in initialize_mousetype()
663 if (sp->_mouse_fd >= 0) { in initialize_mousetype()
693 if (ioctl(sp->_mouse_fd, in initialize_mousetype()
696 && ioctl(sp->_mouse_fd, in initialize_mousetype()
792 if (sp->_mouse_fd >= 0) { in _nc_mouse_event()
799 sp->_mouse_fd = -1; in _nc_mouse_event()
1369 sp->_mouse_fd = *(my_gpm_fd); in mouse_activate()
[all …]
H A Dlib_getch.c239 || (sp->_mouse_fd >= 0) in fifo_push()
252 if (sp->_mouse_fd >= 0) { in fifo_push()
258 if ((sp->_mouse_fd >= 0) && (mask & TW_MOUSE)) { in fifo_push()
H A Dlib_set_term.c502 sp->_mouse_fd = -1; in NCURSES_SP_NAME()
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c251 && (fd = sp->_mouse_fd) >= 0) { in _nc_timed_wait()
356 && (fd = sp->_mouse_fd) >= 0) { in _nc_timed_wait()
495 && (fd = sp->_mouse_fd) >= 0 in _nc_timed_wait()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1243 int _mouse_fd; /* file-descriptor, if any */ member