Searched refs:_ev_list_cnt (Results 1 – 1 of 1) sorted by relevance
8262 int _ev_list_cnt; variable8273 _ev_list_cnt = 0; in ev_store()8276 if (_ev_list_cnt >= EVLISTMAX) { in ev_store()8279 _ev_list[_ev_list_cnt] = win; in ev_store()8280 _ev_case[_ev_list_cnt++] = type; in ev_store()8286 for(i=0; i < _ev_list_cnt; i++) { in ev_lookup()