Home
last modified time | relevance | path

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

/dflybsd-src/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1438 MEVENT *first_valid = NULL; in _nc_mouse_parse() local
1537 if ((first_valid != NULL) && (first_invalid == NULL)) { in _nc_mouse_parse()
1541 if (first_valid == NULL) { in _nc_mouse_parse()
1542 first_valid = ep; in _nc_mouse_parse()
1559 if (first_valid == NULL) { in _nc_mouse_parse()
1563 RunParams(sp, eventp, first_valid), in _nc_mouse_parse()
1586 endLoop = (first_valid == NULL); in _nc_mouse_parse()
1587 ep = first_valid; in _nc_mouse_parse()
1641 if (ep == first_valid) { in _nc_mouse_parse()
1642 first_valid = next; in _nc_mouse_parse()
[all …]