Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dscreen.c147 static int keyCount = 0; variable
2804 if (keyCount > 0 || win_unget_pending) in win32_kbhit()
2814 keyCount = 1; in win32_kbhit()
2853 keyCount = 1; in win32_kbhit()
2868 keyCount = ip.Event.KeyEvent.wRepeatCount; in win32_kbhit()
2951 keyCount--; in WIN32getch()