Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c720 PIPE_BG = 3, enumerator
3662 [PIPE_BG ] = "BG" , in debug_print_tree()
3818 if (type == PIPE_BG && ctx->list_head != ctx->pipe) { in done_pipe()
3837 pi->followup = PIPE_BG; in done_pipe()
5633 && pi->followup != PIPE_BG /* check #2 */ in parse_stream()
5911 done_pipe(&ctx, PIPE_BG); 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()
9949 } else if (pi->followup == PIPE_BG) { in run_list()