subshell_pipe     190 src/subshell/common.c static int subshell_pipe[2];
subshell_pipe     444 src/subshell/common.c     close (subshell_pipe[READ]);
subshell_pipe     817 src/subshell/common.c         FD_SET (subshell_pipe[READ], &read_set);
subshell_pipe     818 src/subshell/common.c         maxfdp = MAX (mc_global.tty.subshell_pty, subshell_pipe[READ]);
subshell_pipe     874 src/subshell/common.c         else if (FD_ISSET (subshell_pipe[READ], &read_set))
subshell_pipe     877 src/subshell/common.c             bytes = read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd));
subshell_pipe    1201 src/subshell/common.c             command_buffer_pipe[WRITE], command_buffer_pipe[WRITE], subshell_pipe[WRITE],
subshell_pipe    1202 src/subshell/common.c             subshell_pipe[WRITE]);
subshell_pipe    1209 src/subshell/common.c         g_snprintf (precmd, buff_size, precmd_fallback, subshell_pipe[WRITE]);
subshell_pipe    1216 src/subshell/common.c         g_snprintf (precmd, buff_size, precmd_fallback, subshell_pipe[WRITE]);
subshell_pipe    1221 src/subshell/common.c         g_snprintf (precmd, buff_size, precmd_fallback, subshell_pipe[WRITE]);
subshell_pipe    1229 src/subshell/common.c                     subshell_pipe[WRITE]);
subshell_pipe    1242 src/subshell/common.c                     command_buffer_pipe[WRITE], command_buffer_pipe[WRITE], subshell_pipe[WRITE]);
subshell_pipe    1261 src/subshell/common.c                     command_buffer_pipe[WRITE], command_buffer_pipe[WRITE], subshell_pipe[WRITE]);
subshell_pipe    1362 src/subshell/common.c     FD_SET (subshell_pipe[READ], &read_set);
subshell_pipe    1363 src/subshell/common.c     maxfdp = subshell_pipe[READ];
subshell_pipe    1366 src/subshell/common.c         && FD_ISSET (subshell_pipe[READ], &read_set))
subshell_pipe    1368 src/subshell/common.c         if (read (subshell_pipe[READ], subshell_cwd, sizeof (subshell_cwd)) <= 0)
subshell_pipe    1585 src/subshell/common.c             if ((subshell_pipe[READ] = open (tcsh_fifo, O_RDWR)) == -1
subshell_pipe    1586 src/subshell/common.c                 || (subshell_pipe[WRITE] = open (tcsh_fifo, O_RDWR)) == -1)
subshell_pipe    1594 src/subshell/common.c         else if (pipe (subshell_pipe) != 0)  // subshell_type is BASH, ASH_BUSYBOX, DASH or ZSH