Searched refs:ValidEvent (Results 1 – 1 of 1) sorted by relevance
172 #define ValidEvent(ep) ((ep)->id != INVALID_EVENT) macro1522 && ValidEvent(sp->_mouse_readp) in _nc_mouse_parse()1585 if (ValidEvent(ep) && ValidEvent(next) in _nc_mouse_parse()1616 if (!ValidEvent(ep)) { in _nc_mouse_parse()1674 } else if (!ValidEvent(next)) { in _nc_mouse_parse()1720 if (!ValidEvent(ep)) { in _nc_mouse_parse()1750 if (ValidEvent(ep)) in _nc_mouse_parse()1761 returnCode(ValidEvent(ep) && ((ep->bstate & sp->_mouse_mask) != 0)); in _nc_mouse_parse()1859 (!ValidEvent(readp) || !(readp->bstate & SP_PARM->_mouse_mask2))) { in NCURSES_SP_NAME()1863 if (readp != SP_PARM->_mouse_writep && ValidEvent(readp)) { in NCURSES_SP_NAME()