Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c701 struct pipe { struct
702 struct pipe *next; argument
703 int num_cmds; /* total number of commands in pipe */ argument
711 struct command *cmds; /* array of commands in pipe */ argument
722 /* Is there anything in this pipe at all? */ argument
731 struct pipe *pipe; member
11863 # define wait_for_child_or_signal(pipe,pid) wait_for_child_or_signal(pid) argument