Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c1050 WCHAR *pch2, in decode_key_event() argument
1057 *pch = *pch2 = NUL; in decode_key_event()
1104 *pch2 = '\017'; in decode_key_event()
1125 *pch2 = *pch; in decode_key_event()
1783 tgetch(int *pmodifiers, WCHAR *pch2) in tgetch() argument
1809 if (decode_key_event(&ir.Event.KeyEvent, &ch, pch2, in tgetch()