Searched refs:followup (Results 1 – 2 of 2) sorted by relevance
14 smallint followup - how this pipe is related to next: is it27 pipe 0 res_word=NONE followup=SEQ prog[0] 'echo' 'Hello'28 pipe 1 res_word=NONE followup=SEQ31 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=SEQ36 res_word=NONE followup=SEQ38 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 …]
712 smallint followup; /* PIPE_BG, PIPE_SEQ, PIPE_OR, PIPE_AND */ member3647 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 …]