Searched refs:pipe_error (Results 1 – 2 of 2) sorted by relevance
234 int pipe_error; in gui_do_fork() local242 pipe_error = (pipe(pipefd) < 0); in gui_do_fork()254 if (!pipe_error) in gui_do_fork()275 pipe_error = TRUE; in gui_do_fork()280 if (pipe_error) in gui_do_fork()313 if (!pipe_error) in gui_do_fork()325 if (!pipe_error) in gui_do_fork()
4646 int pipe_error = FALSE; in mch_call_shell_fork() local4684 pipe_error = (pipe(fd_toshell) < 0); in mch_call_shell_fork()4685 if (!pipe_error) // pipe create OK in mch_call_shell_fork()4687 pipe_error = (pipe(fd_fromshell) < 0); in mch_call_shell_fork()4688 if (pipe_error) // pipe create failed in mch_call_shell_fork()4694 if (pipe_error) in mch_call_shell_fork()4702 if (!pipe_error) // pty or pipe opened or not used in mch_call_shell_fork()