Home
last modified time | relevance | path

Searched refs:inbuf (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dui.c826 mch_memmove(inbuf, gap->ga_data, gap->ga_len); in set_input_buf()
831 mch_memmove(inbuf + gap->ga_len, inbuf, inbufcount); in set_input_buf()
832 mch_memmove(inbuf, gap->ga_data, gap->ga_len); in set_input_buf()
853 inbuf[inbufcount++] = *s++; in add_to_input_buf()
898 mch_memmove(buf, inbuf, (size_t)maxlen); in read_from_input_buf()
901 mch_memmove(inbuf, inbuf + maxlen, (size_t)inbufcount); in read_from_input_buf()
973 inbuf[inbufcount + len] = NUL; in fill_input_buf()
1011 inbuf[0] = 3; in fill_input_buf()
1037 || (len >= 10 && STRNCMP(inbuf + inbufcount, in fill_input_buf()
1039 || (len >= 7 && STRNCMP(inbuf + inbufcount, in fill_input_buf()
[all …]
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()
353 len = strlen(inbuf); // how many chars we got? in vms_read()
358 inbuf+len, nbytes-1-len, 0, 0, 0, 0); in vms_read()
360 len = strlen(inbuf); // return the total length in vms_read()
H A Dglobals.h1054 EXTERN size_t (*iconv) (iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t …
/vim-8.2.3635/src/proto/
H A Dos_vms.pro10 int vms_read(char *inbuf, size_t nbytes);
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt5572 7 Command to execute a command in another buffer: ":inbuf {bufname} {cmd}".
5575 current buffer/window? E.g.: ":inbuf xxx only".