Searched refs:pipe (Results 1 – 13 of 13) sorted by relevance
5 Command parsing results in a list of "pipe" structures.10 struct pipe fields:13 struct child_prog progs[] - array of commands in pipe14 smallint followup - how this pipe is related to next: is it15 "pipe; pipe", "pipe & pipe" "pipe && pipe",16 "pipe || pipe"?18 Blocks of commands { pipe; pipe; } and (pipe; pipe) are represented19 as one pipe struct with one progs[0] element which is a "group" -27 pipe 0 res_word=NONE followup=SEQ prog[0] 'echo' 'Hello'28 pipe 1 res_word=NONE followup=SEQ[all …]
667 struct pipe *group;701 struct pipe { struct702 struct pipe *next; argument729 struct pipe *list_head;731 struct pipe *pipe; member794 struct pipe *body;886 struct pipe *job_list;2175 struct pipe *job; in check_and_run_traps()3568 static void free_pipe_list(struct pipe *pi);3571 static struct pipe *free_pipe(struct pipe *pi) in free_pipe()[all …]
66 - * we fork off a subprocess and get the output of the command via a pipe.69 + * get the output of the command via a pipe. Should be called with
73 pipe([4, 5]) /* oops seems I lost another pipe() in editing... */215 pipe([4, 5]) = 0
5484 if (pipe(pip) < 0) in openhere()6604 if (pipe(pip) < 0)9674 if (pipe(pip) < 0) { in evalpipe()
1 hush: write error: Broken pipe
1 ash: write error: Broken pipe
25 # p Fifo (named pipe)
229 if (pipe(filedes)) in xpipe()
485 if (pipe(pipefd)) in exec_conf()
135 to log service. Stops/restarts of either of them do not sever the pipe
137 data then it either went out to the network or it's in cache or a pipe
679 #define piped_pair(pair) pipe(&((pair).rd))