Searched refs:g_hChildStd_OUT_Rd (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_win32.c | 4239 HANDLE g_hChildStd_OUT_Rd, in dump_pipe() argument 4253 ret = PeekNamedPipe(g_hChildStd_OUT_Rd, // pipe to query in dump_pipe() 4267 ReadFile(g_hChildStd_OUT_Rd, buffer + *buffer_off, toRead , &len, NULL); in dump_pipe() 4357 HANDLE g_hChildStd_OUT_Rd = NULL; in mch_system_piped() local 4381 if ( ! CreatePipe(&g_hChildStd_OUT_Rd, &g_hChildStd_OUT_Wr, &saAttr, 0) in mch_system_piped() 4383 || ! SetHandleInformation(g_hChildStd_OUT_Rd, HANDLE_FLAG_INHERIT, 0) in mch_system_piped() 4391 CloseHandle(g_hChildStd_OUT_Rd); in mch_system_piped() 4561 dump_pipe(options, g_hChildStd_OUT_Rd, &ga, buffer, &buffer_off); in mch_system_piped() 4566 dump_pipe(options, g_hChildStd_OUT_Rd, &ga, buffer, &buffer_off); in mch_system_piped() 4576 CloseHandle(g_hChildStd_OUT_Rd); in mch_system_piped()
|