Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c484 static UINT s_wait_timer = 0; // Timer for get char from user variable
683 if (idEvent == s_wait_timer) in _OnTimer()
684 s_wait_timer = 0; in _OnTimer()
2058 if (s_wait_timer != 0 && !s_timed_out) in remove_any_timer()
2060 KillTimer(NULL, s_wait_timer); in remove_any_timer()
2065 s_wait_timer = 0; in remove_any_timer()
2092 s_wait_timer = (UINT)SetTimer(NULL, 0, (UINT)(wtime == 0 ? 1 : wtime), in gui_mch_wait_for_chars()