Home
last modified time | relevance | path

Searched refs:_drv_mouse_head (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c866 while (sp->_drv_mouse_head < sp->_drv_mouse_tail) { in _nc_mouse_event()
867 *eventp = sp->_drv_mouse_fifo[sp->_drv_mouse_head]; in _nc_mouse_event()
873 sp->_drv_mouse_head += 1; in _nc_mouse_event()
874 if (sp->_drv_mouse_head == sp->_drv_mouse_tail) { in _nc_mouse_event()
876 sp->_drv_mouse_head = 0; in _nc_mouse_event()
H A Dlib_getch.c279 && (sp->_drv_mouse_head < sp->_drv_mouse_tail)) { in fifo_push()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h1339 int _drv_mouse_head; member