Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c7198 HANDLE hPipeIn = INVALID_HANDLE_VALUE; in create_pty_only() local
7209 hPipeIn = CreateNamedPipe(in_name, PIPE_ACCESS_OUTBOUND, in create_pty_only()
7213 if (hPipeIn == INVALID_HANDLE_VALUE) in create_pty_only()
7226 ConnectNamedPipe(hPipeIn, NULL); in create_pty_only()
7245 (sock_T)hPipeIn, in create_pty_only()
7255 if (hPipeIn != NULL) in create_pty_only()
7256 CloseHandle(hPipeIn); in create_pty_only()