Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_cscope.c785 HANDLE stdout_wr, stdin_wr; in cs_create_connection() local
839 || !(pipe_stdout = CreatePipe(&stdout_rd, &stdout_wr, &sa, 0))) in cs_create_connection()
851 CloseHandle(stdout_wr); in cs_create_connection()
964 si.hStdOutput = stdout_wr; in cs_create_connection()
965 si.hStdError = stdout_wr; in cs_create_connection()
995 CloseHandle(stdout_wr); in cs_create_connection()