Searched refs:first_valid (Results 1 – 1 of 1) sorted by relevance
1122 MEVENT *first_valid = NULL; in _nc_mouse_parse() local1225 if (first_valid == NULL) { in _nc_mouse_parse()1226 first_valid = ep; in _nc_mouse_parse()1243 if (first_valid == NULL) { in _nc_mouse_parse()1247 RunParams(sp, eventp, first_valid), in _nc_mouse_parse()1270 endLoop = (first_valid == NULL); in _nc_mouse_parse()1271 ep = first_valid; in _nc_mouse_parse()1325 if (ep == first_valid) { in _nc_mouse_parse()1326 first_valid = next; in _nc_mouse_parse()1345 if (first_valid != NULL) { in _nc_mouse_parse()[all …]