Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dscreen.c135 } currentKey; variable
2813 currentKey.ascii = 0; in win32_kbhit()
2814 currentKey.scan = 0; in win32_kbhit()
2858 currentKey.ascii = ESC; in win32_kbhit()
2876 switch (currentKey.scan) in win32_kbhit()
2879 currentKey.ascii = 0; in win32_kbhit()
2885 switch (currentKey.scan) in win32_kbhit()
2899 switch (currentKey.scan) in win32_kbhit()
2902 currentKey.ascii = 0; in win32_kbhit()
2933 ascii = currentKey.ascii; in WIN32getch()
[all …]