Lines Matching refs:followup
712 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()
9578 if (pi->alive_cmds == 0 && pi->followup == PIPE_BG) { in run_pipe()
9751 pi->followup != PIPE_SEQ in run_list()
9772 last_followup = pi->followup; in run_list()
9776 last_followup = pi->followup; in run_list()
9949 } else if (pi->followup == PIPE_BG) { in run_list()