Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c5627 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() local
5744 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() local
5773 if (num_bytes == -1) in check_termcode()
[all …]
H A Dmouse.c2127 int num_bytes; in check_termcode_mouse() local
2182 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()
/vim-8.2.3635/src/proto/
H A Dterm.pro42 int get_bytes_from_buf(char_u *buf, char_u *bytes, int num_bytes);