Lines Matching refs:first_valid
1508 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()
1731 if (first_valid != NULL) { 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()