Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dscreen.c137 static int keyCount = 0; variable
2810 if (keyCount > 0) in win32_kbhit()
2820 keyCount = 1; in win32_kbhit()
2859 keyCount = 1; in win32_kbhit()
2871 keyCount = ip.Event.KeyEvent.wRepeatCount; in win32_kbhit()
2932 keyCount --; in WIN32getch()