Searched refs:ValidEvent (Results 1 – 1 of 1) sorted by relevance
175 #define ValidEvent(ep) ((ep)->id != INVALID_EVENT) macro1575 if (ValidEvent(ep) && ValidEvent(next) in _nc_mouse_parse()1606 if (!ValidEvent(ep)) { in _nc_mouse_parse()1664 } else if (!ValidEvent(next)) { in _nc_mouse_parse()1710 if (!ValidEvent(ep)) { in _nc_mouse_parse()1740 if (ValidEvent(ep)) in _nc_mouse_parse()1751 return ValidEvent(ep) && ((ep->bstate & sp->_mouse_mask) != 0); in _nc_mouse_parse()1851 while (ValidEvent(prev) && (!(prev->bstate & SP_PARM->_mouse_mask2))) { in NCURSES_SP_NAME()1855 if (ValidEvent(prev)) { in NCURSES_SP_NAME()