Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dscreen.c145 } currentKey; variable
2807 currentKey.ascii = 0; in win32_kbhit()
2808 currentKey.scan = 0; in win32_kbhit()
2852 currentKey.ascii = ESC; in win32_kbhit()
2873 switch (currentKey.scan) in win32_kbhit()
2876 currentKey.ascii = 0; in win32_kbhit()
2882 switch (currentKey.scan) in win32_kbhit()
2896 switch (currentKey.scan) in win32_kbhit()
2899 currentKey.ascii = 0; in win32_kbhit()
2961 ascii = currentKey.ascii; in WIN32getch()
[all …]
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod773 OSSL_CMP_CTX_set1_pkey(cmp_ctx, currentKey);
776 currentKey = updatedKey;