Searched refs:newBytes (Results 1 – 1 of 1) sorted by relevance
1283 char_u *newBytes = (char_u *)&keyMapChars[index + 1]; in KeyDown() local1291 if (newNumBytes != 1 || (*newBytes > 0x20 && in KeyDown()1292 *newBytes != 0x7F )) { in KeyDown()1295 bytes = (char *)newBytes; in KeyDown()