Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/src/libvterm/src/
H A Dencoding.c30 const char bytes[], size_t *pos, size_t bytelen) in decode_utf8()
166 const char bytes[], size_t *pos, size_t bytelen) in decode_usascii()
192 const char bytes[], size_t *pos, size_t bytelen) in decode_table()
H A Dparser.c96 size_t vterm_input_write(VTerm *vt, const char *bytes, size_t len) in vterm_input_write()
H A Dvterm.c142 INTERNAL void vterm_push_output_bytes(VTerm *vt, const char *bytes, size_t len) in vterm_push_output_bytes()
H A Dstate.c276 static int on_text(const char bytes[], size_t len, void *user) in on_text()
621 static int on_escape(const char *bytes, size_t len, void *user) in on_escape()
/vim-8.2.3635/src/libvterm/t/
H A Dharness.c104 static int parser_text(const char bytes[], size_t len, void *user UNUSED) in parser_text()
127 static int parser_escape(const char bytes[], size_t len, void *user UNUSED) in parser_escape()
660 char *bytes = line + 5; in main() local
676 char *bytes = line + 6; in main() local
/vim-8.2.3635/src/
H A Dterm.c3296 char_u bytes[sizeof(long_u)]; in get_long_from_buf() local
3321 get_bytes_from_buf(char_u *buf, char_u *bytes, int num_bytes) in get_bytes_from_buf()
5620 char_u bytes[6]; in check_termcode() local
5707 char_u bytes[6]; in check_termcode() local
5720 char_u bytes[6]; in check_termcode() local
5734 char_u bytes[6]; in check_termcode() local
H A Dgui.c3419 char_u bytes[sizeof(long_u)]; in gui_menu_cb() local
3990 char_u bytes[sizeof(long_u)]; in gui_drag_scrollbar() local
4870 char_u bytes[3]; in gui_focus_change() local
H A Dmouse.c2126 char_u bytes[6]; in check_termcode_mouse() local
H A Dscreen.c1424 screen_getbytes(int row, int col, char_u *bytes, int *attrp) in screen_getbytes()
4791 int bytes; in get_encoded_char_adv() local
H A Dchange.c1207 long bytes = 0; in del_chars() local
H A Dhardcopy.c1402 prt_write_file_raw_len(char_u *buffer, int bytes) in prt_write_file_raw_len()
1420 prt_write_file_len(char_u *buffer, int bytes) in prt_write_file_len()
H A Dgetchar.c267 char_u bytes[MB_MAXBYTES + 1]; in add_char_buff() local
H A Dif_py_both.h131 PyObject *bytes; in StringToChars() local
4236 PyObject *bytes = NULL; in StringToLine() local
6294 PyObject *bytes; in _ConvertFromPyObject() local
H A Dnormal.c1867 int bytes = 0; in clear_showcmd() local
H A Dgui_haiku.cc1226 VimTextAreaView::KeyDown(const char *bytes, int32 numBytes) in KeyDown()
H A Devalfunc.c7550 char bytes[sizeof(UINT32_T)]; in init_srand() member