Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c705 int stopped_cmds; /* number of commands alive, but stopped */ member
8874 if (pi->alive_cmds != pi->stopped_cmds) in job_exited_or_stopped()
8951 fg_pipe->stopped_cmds++; in process_wait_result()
8954 fg_pipe->alive_cmds, fg_pipe->stopped_cmds); in process_wait_result()
9024 pi->stopped_cmds++; in process_wait_result()
9245 pi->stopped_cmds = 0; in run_pipe()
11718 if (job->alive_cmds == job->stopped_cmds) in builtin_jobs()
11767 pi->stopped_cmds = 0; in builtin_fg_bg()