Home
last modified time | relevance | path

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

/openbsd/src/lib/libcurses/base/
Dlib_mouse.c333 if (sp->_sysmouse_head > sp->_sysmouse_tail) { in sysmouse_server()
335 sp->_sysmouse_head = 0; in sysmouse_server()
889 if (sp->_sysmouse_head < sp->_sysmouse_tail) { in _nc_mouse_event()
890 *eventp = sp->_sysmouse_fifo[sp->_sysmouse_head]; in _nc_mouse_event()
897 sp->_sysmouse_head += 1; in _nc_mouse_event()
898 if (sp->_sysmouse_head == sp->_sysmouse_tail) { in _nc_mouse_event()
900 sp->_sysmouse_head = 0; in _nc_mouse_event()
Dlib_getch.c179 && (sp->_sysmouse_head < sp->_sysmouse_tail)) { in check_mouse_activity()
198 && (sp->_sysmouse_head < sp->_sysmouse_tail) in check_mouse_activity()
283 && (sp->_sysmouse_head < sp->_sysmouse_tail)) { in fifo_push()
/openbsd/src/lib/libcurses/tinfo/
Dtinfo_driver.c947 && (sp->_sysmouse_head < sp->_sysmouse_tail)) { in drv_testmouse()
966 && (sp->_sysmouse_head < sp->_sysmouse_tail) in drv_testmouse()
/openbsd/src/lib/libcurses/
Dcurses.priv.h1181 int _sysmouse_head; member