Lines Matching refs:pch
1049 WCHAR *pch, in decode_key_event() argument
1057 *pch = *pch2 = NUL; in decode_key_event()
1083 *pch = Ctrl_HAT; in decode_key_event()
1089 *pch = NUL; in decode_key_event()
1095 *pch = Ctrl__; in decode_key_event()
1103 *pch = K_NUL; in decode_key_event()
1113 *pch = VirtKeyMap[i].chAlone; in decode_key_event()
1115 *pch = VirtKeyMap[i].chShift; in decode_key_event()
1117 *pch = VirtKeyMap[i].chCtrl; in decode_key_event()
1119 *pch = VirtKeyMap[i].chAlt; in decode_key_event()
1121 if (*pch != 0) in decode_key_event()
1125 *pch2 = *pch; in decode_key_event()
1126 *pch = K_NUL; in decode_key_event()
1137 *pch = NUL; in decode_key_event()
1140 *pch = (i > 0) ? pker->UChar : NUL; in decode_key_event()
1151 if ((nModifs & SHIFT) != 0 && *pch <= 0x20) in decode_key_event()
1158 && *pch >= 0x20 && *pch < 0x80) in decode_key_event()
1163 return (*pch != NUL); in decode_key_event()