Home
last modified time | relevance | path

Searched refs:_drv_mouse_tail (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ncurses/ncurses/base/
Dlib_mouse.c822 while (sp->_drv_mouse_head < sp->_drv_mouse_tail) { in _nc_mouse_event()
830 if (sp->_drv_mouse_head == sp->_drv_mouse_tail) { in _nc_mouse_event()
831 sp->_drv_mouse_tail = 0; in _nc_mouse_event()
Dlib_getch.c255 && (sp->_drv_mouse_head < sp->_drv_mouse_tail)) { in fifo_push()
/freebsd-12-stable/contrib/ncurses/ncurses/win32con/
Dwin_driver.c1090 if (sp->_drv_mouse_head < sp->_drv_mouse_tail) { in drv_testmouse()
1421 sp->_drv_mouse_fifo[sp->_drv_mouse_tail] = work; in handle_mouse()
1422 sp->_drv_mouse_tail += 1; in handle_mouse()
/freebsd-12-stable/contrib/ncurses/ncurses/
Dcurses.priv.h1173 int _drv_mouse_tail; member