Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c337 IRSIZE = 10 in read_console_input() enumerator
339 static INPUT_RECORD s_irCache[IRSIZE]; in read_console_input()
365 ReadConsoleInputW(hInput, s_irCache, IRSIZE, &dwEvents); in read_console_input()