Home
last modified time | relevance | path

Searched refs:stdin_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
838 if (!(pipe_stdin = CreatePipe(&stdin_rd, &stdin_wr, &sa, 0)) in cs_create_connection()
846 CloseHandle(stdin_wr); in cs_create_connection()
984 if (((fd = _open_osfhandle((OPEN_OH_ARGTYPE)stdin_wr, in cs_create_connection()