Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c342 DWORD dwEvents; in read_console_input() local
355 return ReadConsoleInputW(hInput, lpBuffer, 1, &dwEvents); in read_console_input()
362 GetNumberOfConsoleInputEvents(hInput, &dwEvents); in read_console_input()
363 if (dwEvents == 0 && nLength == -1) in read_console_input()
365 ReadConsoleInputW(hInput, s_irCache, IRSIZE, &dwEvents); in read_console_input()
367 s_dwMax = dwEvents; in read_console_input()
368 if (dwEvents == 0) in read_console_input()