Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c690 sp->_drv_mouse_fifo[sp->_drv_mouse_tail] = work; in handle_mouse()
691 sp->_drv_mouse_tail += 1; in handle_mouse()
995 if (sp->_drv_mouse_head < sp->_drv_mouse_tail) { in _nc_console_testmouse()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c910 while (sp->_drv_mouse_head < sp->_drv_mouse_tail) { in _nc_mouse_event()
918 if (sp->_drv_mouse_head == sp->_drv_mouse_tail) { in _nc_mouse_event()
919 sp->_drv_mouse_tail = 0; in _nc_mouse_event()
H A Dlib_getch.c277 && (sp->_drv_mouse_head < sp->_drv_mouse_tail)) { in fifo_push()
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c940 if (sp->_drv_mouse_head < sp->_drv_mouse_tail) { in wcon_testmouse()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1258 int _drv_mouse_tail; member