Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Duserinput.c8262 int _ev_list_cnt; variable
8273 _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()