Searched refs:num_bytes (Results 1 – 3 of 3) sorted by relevance
5627 slen += num_bytes; in check_termcode()5692 slen += num_bytes; in check_termcode()5715 slen += num_bytes; in check_termcode()5735 int num_bytes; in check_termcode() local5744 if (num_bytes == -1) in check_termcode()5750 j += num_bytes; in check_termcode()5752 if (num_bytes == -1) in check_termcode()5755 j += num_bytes; in check_termcode()5764 int num_bytes; in check_termcode() local5773 if (num_bytes == -1) in check_termcode()[all …]
2127 int num_bytes; in check_termcode_mouse() local2182 num_bytes = get_bytes_from_buf(tp + *slen, bytes, 5); in check_termcode_mouse()2183 if (num_bytes == -1) // not enough coordinates in check_termcode_mouse()2194 num_bytes = get_bytes_from_buf(tp + *slen, bytes, 3); in check_termcode_mouse()2195 if (num_bytes == -1) // not enough coordinates in check_termcode_mouse()2201 *slen += num_bytes; in check_termcode_mouse()
42 int get_bytes_from_buf(char_u *buf, char_u *bytes, int num_bytes);