Home
last modified time | relevance | path

Searched refs:followup (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/shell/
Dhush_doc.txt14 smallint followup - how this pipe is related to next: is it
27 pipe 0 res_word=NONE followup=SEQ prog[0] 'echo' 'Hello'
28 pipe 1 res_word=NONE followup=SEQ
31 pipe 0 res_word=NONE followup=OR prog[0] 'echo' 'foo'
32 pipe 1 res_word=NONE followup=SEQ prog[0] 'echo' 'bar'
33 pipe 2 res_word=NONE followup=SEQ
36 res_word=NONE followup=SEQ
38 pipe 0 res_word=IF followup=SEQ prog[0] 'true'
39 pipe 1 res_word=THEN followup=SEQ prog[0] 'echo' 'Hello'
40 pipe 2 res_word=THEN followup=SEQ prog[0] 'true'
[all …]
Dhush.c712 smallint followup; /* PIPE_BG, PIPE_SEQ, PIPE_OR, PIPE_AND */ member
3647 debug_printf_clean("pipe followup code %d\n", pi->followup); in free_pipe_list()
3712 pi->followup, PIPE[pi->followup] in debug_print_tree()
3829 if (pi->followup != PIPE_AND && pi->followup != PIPE_OR) in done_pipe()
3835 pi->followup = PIPE_SEQ; /* close pN _not_ with "&"! */ in done_pipe()
3837 pi->followup = PIPE_BG; in done_pipe()
3857 ctx->pipe->followup = type; in done_pipe()
5633 && pi->followup != PIPE_BG /* check #2 */ in parse_stream()
9250 || pi->followup == PIPE_BG in run_pipe()
9569 && pi->followup != PIPE_BG in run_pipe()
[all …]