Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/base/
H A Dlib_mouse.c1509 MEVENT *first_invalid = NULL; in _nc_mouse_parse() local
1607 if ((first_valid != NULL) && (first_invalid == NULL)) { in _nc_mouse_parse()
1608 first_invalid = ep; in _nc_mouse_parse()
1613 } else if (first_invalid != NULL) { in _nc_mouse_parse()
1614 *first_invalid = *ep; in _nc_mouse_parse()
1616 first_invalid = NEXT(first_invalid); in _nc_mouse_parse()
1623 if (first_invalid != NULL) { in _nc_mouse_parse()
1624 eventp = first_invalid; in _nc_mouse_parse()
1655 first_invalid = NULL; in _nc_mouse_parse()
1713 } else if (first_invalid == NULL) { in _nc_mouse_parse()
[all …]