Home
last modified time | relevance | path

Searched refs:buffer_off (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dos_win32.c4242 DWORD *buffer_off) in dump_pipe() argument
4265 toRead = (DWORD)(BUFLEN - *buffer_off); in dump_pipe()
4267 ReadFile(g_hChildStd_OUT_Rd, buffer + *buffer_off, toRead , &len, NULL); in dump_pipe()
4295 len += *buffer_off; in dump_pipe()
4316 *buffer_off = len; in dump_pipe()
4326 *buffer_off = (DWORD)((buffer + len) - p); in dump_pipe()
4327 mch_memmove(buffer, p, *buffer_off); in dump_pipe()
4330 *buffer_off = 0; in dump_pipe()
4371 DWORD buffer_off = 0; // valid bytes in buffer[] in mch_system_piped() local
4561 dump_pipe(options, g_hChildStd_OUT_Rd, &ga, buffer, &buffer_off); in mch_system_piped()
[all …]
H A Dos_unix.c4905 int buffer_off = 0; // valid bytes in buffer[] in mch_call_shell_fork() local
5168 + buffer_off, (size_t)(BUFLEN - buffer_off) in mch_call_shell_fork()
5193 len += buffer_off; in mch_call_shell_fork()
5214 buffer_off = len; in mch_call_shell_fork()
5224 buffer_off = (buffer + len) - p; in mch_call_shell_fork()
5225 mch_memmove(buffer, p, buffer_off); in mch_call_shell_fork()
5228 buffer_off = 0; in mch_call_shell_fork()