Searched refs:fd_toshell (Results 1 – 1 of 1) sorted by relevance
4644 int fd_toshell[2]; // for pipes in mch_call_shell_fork() local4684 pipe_error = (pipe(fd_toshell) < 0); in mch_call_shell_fork()4690 close(fd_toshell[0]); in mch_call_shell_fork()4691 close(fd_toshell[1]); in mch_call_shell_fork()4727 close(fd_toshell[0]); in mch_call_shell_fork()4728 close(fd_toshell[1]); in mch_call_shell_fork()4848 close(fd_toshell[1]); in mch_call_shell_fork()4850 vim_ignored = dup(fd_toshell[0]); in mch_call_shell_fork()4851 close(fd_toshell[0]); in mch_call_shell_fork()4929 close(fd_toshell[0]); in mch_call_shell_fork()[all …]