Searched defs:pipe (Results 1 – 1 of 1) sorted by relevance
701 struct pipe { struct702 struct pipe *next; argument703 int num_cmds; /* total number of commands in pipe */ argument711 struct command *cmds; /* array of commands in pipe */ argument722 /* Is there anything in this pipe at all? */ argument731 struct pipe *pipe; member11863 # define wait_for_child_or_signal(pipe,pid) wait_for_child_or_signal(pid) argument