Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c163 #define ValidEvent(ep) ((ep)->id != INVALID_EVENT) macro
1505 if (ValidEvent(ep) && ValidEvent(next) in _nc_mouse_parse()
1536 if (!ValidEvent(ep)) { in _nc_mouse_parse()
1594 } else if (!ValidEvent(next)) { in _nc_mouse_parse()
1640 if (!ValidEvent(ep)) { in _nc_mouse_parse()
1670 if (ValidEvent(ep)) in _nc_mouse_parse()
1680 return ValidEvent(PREV(first_invalid)); in _nc_mouse_parse()
1780 while (ValidEvent(prev) && (!(prev->bstate & SP_PARM->_mouse_mask2))) { in NCURSES_SP_NAME()
1784 if (ValidEvent(prev)) { in NCURSES_SP_NAME()