Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1122 MEVENT *first_valid = NULL; in _nc_mouse_parse() local
1225 if (first_valid == NULL) { in _nc_mouse_parse()
1226 first_valid = ep; in _nc_mouse_parse()
1243 if (first_valid == NULL) { in _nc_mouse_parse()
1247 RunParams(sp, eventp, first_valid), in _nc_mouse_parse()
1270 endLoop = (first_valid == NULL); in _nc_mouse_parse()
1271 ep = first_valid; in _nc_mouse_parse()
1325 if (ep == first_valid) { in _nc_mouse_parse()
1326 first_valid = next; in _nc_mouse_parse()
1345 if (first_valid != NULL) { in _nc_mouse_parse()
[all …]