Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1507 MEVENT *first_invalid = NULL; in _nc_mouse_parse() local
1605 if ((first_valid != NULL) && (first_invalid == NULL)) { in _nc_mouse_parse()
1606 first_invalid = ep; in _nc_mouse_parse()
1611 } else if (first_invalid != NULL) { in _nc_mouse_parse()
1612 *first_invalid = *ep; in _nc_mouse_parse()
1614 first_invalid = NEXT(first_invalid); in _nc_mouse_parse()
1621 if (first_invalid != NULL) { in _nc_mouse_parse()
1622 eventp = first_invalid; in _nc_mouse_parse()
1653 first_invalid = NULL; in _nc_mouse_parse()
1711 } else if (first_invalid == NULL) { in _nc_mouse_parse()
[all …]
/freebsd/lib/libkvm/
H A Dkvm_private.c783 u_long first_invalid = bm->size * CHAR_BIT; in _kvm_bitmap_next() local
791 for (; *idx < first_invalid; (*idx)++) { in _kvm_bitmap_next()
797 return (*idx < first_invalid); in _kvm_bitmap_next()