Searched refs:fd_fromshell (Results 1 – 1 of 1) sorted by relevance
4645 int fd_fromshell[2]; in mch_call_shell_fork() local4687 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()