Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_cscope.c783 BOOL pipe_stdin = FALSE, pipe_stdout = FALSE; in cs_create_connection() local
839 || !(pipe_stdout = CreatePipe(&stdout_rd, &stdout_wr, &sa, 0))) in cs_create_connection()
848 if (pipe_stdout) in cs_create_connection()