Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c3632 #define JOBSTOPPED 1 /* all procs are stopped */ macro
3921 if (!jp1 || jp1->state != JOBSTOPPED) in set_curjob()
4401 jobstate = JOBSTOPPED; in waitone()
4420 if (jobstate == JOBSTOPPED) in waitone()
4515 if (jp->state == JOBSTOPPED) in showjob()
5451 if (jp && jp->state == JOBSTOPPED) { in stoppedjobs()