Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c173 #define ValidEvent(ep) ((ep)->id != INVALID_EVENT) macro
1573 if (ValidEvent(ep) && ValidEvent(next) in _nc_mouse_parse()
1604 if (!ValidEvent(ep)) { in _nc_mouse_parse()
1662 } else if (!ValidEvent(next)) { in _nc_mouse_parse()
1708 if (!ValidEvent(ep)) { in _nc_mouse_parse()
1738 if (ValidEvent(ep)) in _nc_mouse_parse()
1749 return ValidEvent(ep) && ((ep->bstate & sp->_mouse_mask) != 0); in _nc_mouse_parse()
1849 while (ValidEvent(prev) && (!(prev->bstate & SP_PARM->_mouse_mask2))) { in NCURSES_SP_NAME()
1853 if (ValidEvent(prev)) { in NCURSES_SP_NAME()