Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/libvterm/src/
H A Dutf8.h25 int nbytes = utf8_seqlen(codepoint); in fill_utf8() local
28 int b = nbytes; in fill_utf8()
35 switch(nbytes) { in fill_utf8()
44 return nbytes; in fill_utf8()
/vim-8.2.3635/src/
H A Dos_vms.c328 vms_read(char *inbuf, size_t nbytes) in vms_read() argument
340 memset(inbuf, 0, nbytes); in vms_read()
352 inbuf, nbytes-1, 0, 0, &itmlst, sizeof(itmlst)); in vms_read()
358 inbuf+len, nbytes-1-len, 0, 0, 0, 0); in vms_read()
H A Dclipboard.c1844 int nbytes = 0; in yank_cut_buffer0() local
1845 char_u *buffer = (char_u *)XFetchBuffer(dpy, &nbytes, 0); in yank_cut_buffer0()
1847 if (nbytes > 0) in yank_cut_buffer0()
1863 conv_buf = string_convert(&vc, buffer, &nbytes); in yank_cut_buffer0()
1866 clip_yank_selection(MCHAR, conv_buf, (long)nbytes, cbd); in yank_cut_buffer0()
1874 clip_yank_selection(MCHAR, buffer, (long)nbytes, cbd); in yank_cut_buffer0()
/vim-8.2.3635/src/proto/
H A Dos_vms.pro10 int vms_read(char *inbuf, size_t nbytes);