Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c4645 int fd_fromshell[2]; in mch_call_shell_fork() local
4687 pipe_error = (pipe(fd_fromshell) < 0); in mch_call_shell_fork()
4729 close(fd_fromshell[0]); in mch_call_shell_fork()
4730 close(fd_fromshell[1]); in mch_call_shell_fork()
4854 close(fd_fromshell[0]); in mch_call_shell_fork()
4856 vim_ignored = dup(fd_fromshell[1]); in mch_call_shell_fork()
4857 close(fd_fromshell[1]); in mch_call_shell_fork()
4930 close(fd_fromshell[1]); in mch_call_shell_fork()
4932 fromshell_fd = fd_fromshell[0]; in mch_call_shell_fork()