Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c7199 HANDLE hPipeOut = INVALID_HANDLE_VALUE; in create_pty_only() local
7219 hPipeOut = CreateNamedPipe(out_name, PIPE_ACCESS_INBOUND, in create_pty_only()
7223 if (hPipeOut == INVALID_HANDLE_VALUE) in create_pty_only()
7227 ConnectNamedPipe(hPipeOut, NULL); in create_pty_only()
7246 (sock_T)hPipeOut, in create_pty_only()
7247 (sock_T)hPipeOut); in create_pty_only()
7257 if (hPipeOut != NULL) in create_pty_only()
7258 CloseHandle(hPipeOut); in create_pty_only()