Lines Matching defs:pipe
70 struct subshell *pipe; /* subshell where output goes to pipe on fork */
90 short pipefd; /* read fd if pipe is created */
114 * This routine will turn the sftmp() file into a real /tmp file or pipe
123 register struct subshell *sp = subshell_data->pipe;
137 /* unable to create the /tmp file so use a pipe */
144 /* write the data to the pipe */
189 if(sp->pipe)
598 sp->pipe = sp;
619 sp->pipe = sp->prev->pipe;
659 /* sftmp() file has been returned into pipe */