Home
last modified time | relevance | path

Searched defs:num_bytes (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dterm.c3321 get_bytes_from_buf(char_u *buf, char_u *bytes, int num_bytes) in get_bytes_from_buf()
5621 int num_bytes = get_bytes_from_buf(tp + slen, bytes, 4); in check_termcode() local
5687 int num_bytes = get_long_from_buf(tp + slen, &val); in check_termcode() local
5708 int num_bytes = get_bytes_from_buf(tp + slen, bytes, 1); in check_termcode() local
5721 int num_bytes = get_bytes_from_buf(tp + slen, bytes, 2); in check_termcode() local
5735 int num_bytes; in check_termcode() local
5764 int num_bytes; in check_termcode() local
H A Dmouse.c2127 int num_bytes; in check_termcode_mouse() local