Lines Matching refs:first_invalid
1509 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()
1714 first_invalid = ep; in _nc_mouse_parse()
1716 } else if (first_invalid != NULL) { in _nc_mouse_parse()
1717 *first_invalid = *ep; in _nc_mouse_parse()
1719 first_invalid = NEXT(first_invalid); in _nc_mouse_parse()
1725 if (first_invalid == NULL) { in _nc_mouse_parse()
1726 first_invalid = eventp; in _nc_mouse_parse()
1728 sp->_mouse_eventp = first_invalid; in _nc_mouse_parse()
1735 RunParams(sp, first_invalid, first_valid), in _nc_mouse_parse()
1739 for (ep = first_valid; ep != first_invalid; ep = NEXT(ep)) { in _nc_mouse_parse()
1750 ep = PREV(first_invalid); in _nc_mouse_parse()