Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c4913 int fromshell_fd; in mch_call_shell_fork() local
4923 fromshell_fd = pty_master_fd; in mch_call_shell_fork()
4932 fromshell_fd = fd_fromshell[0]; in mch_call_shell_fork()
4971 close(fromshell_fd); in mch_call_shell_fork()
5165 while (RealWaitForChar(fromshell_fd, 10L, NULL, NULL)) in mch_call_shell_fork()
5167 len = read_eintr(fromshell_fd, buffer in mch_call_shell_fork()
5318 close(fromshell_fd); in mch_call_shell_fork()