Lines Matching refs:bytes
244 virtual void KeyDown(const char *bytes, int32 numBytes);
1226 VimTextAreaView::KeyDown(const char *bytes, int32 numBytes) in KeyDown() argument
1252 memcpy((char *)dest, bytes, numBytes); in KeyDown()
1271 if (((char_u)bytes[0] <= 0x20 || (char_u)bytes[0] == 0x7F) && in KeyDown()
1295 bytes = (char *)newBytes; in KeyDown()
1306 if (numBytes == 0 || bytes[0] == B_FUNCTION_KEY) { in KeyDown()
1310 } else if (*bytes == '\n' && scancode == 0x47) { in KeyDown()
1316 beoskey = K(bytes[0]); in KeyDown()
1332 string[0] = bytes[0]; in KeyDown()
1339 bytes[0] == B_SPACE || bytes[0] == B_TAB || in KeyDown()
1340 bytes[0] == B_RETURN || bytes[0] == '\r' || in KeyDown()
1341 bytes[0] == B_ESCAPE) in KeyDown()