Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c162 #define ValidEvent(ep) ((ep)->id != INVALID_EVENT) macro
1189 if (ValidEvent(ep) && ValidEvent(next) in _nc_mouse_parse()
1220 if (!ValidEvent(ep)) { in _nc_mouse_parse()
1278 } else if (!ValidEvent(next)) { in _nc_mouse_parse()
1324 if (!ValidEvent(ep)) { in _nc_mouse_parse()
1354 if (ValidEvent(ep)) in _nc_mouse_parse()
1364 return ValidEvent(PREV(first_invalid)); in _nc_mouse_parse()
1461 while (ValidEvent(prev) && (!(prev->bstate & SP_PARM->_mouse_mask2))) { in NCURSES_SP_NAME()
1465 if (ValidEvent(prev)) { in NCURSES_SP_NAME()