Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/base/
H A Dlib_mouse.c1508 MEVENT *first_valid = NULL; in _nc_mouse_parse() local
1607 if ((first_valid != NULL) && (first_invalid == NULL)) { in _nc_mouse_parse()
1611 if (first_valid == NULL) { in _nc_mouse_parse()
1612 first_valid = ep; in _nc_mouse_parse()
1629 if (first_valid == NULL) { in _nc_mouse_parse()
1633 RunParams(sp, eventp, first_valid), in _nc_mouse_parse()
1656 endLoop = (first_valid == NULL); in _nc_mouse_parse()
1657 ep = first_valid; in _nc_mouse_parse()
1711 if (ep == first_valid) { in _nc_mouse_parse()
1712 first_valid = next; in _nc_mouse_parse()
[all …]