Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c3633 #define JOBDONE 2 /* all procs are completed */ macro
4216 if (jp->state == JOBDONE) in restartjob()
4381 if (jp->state == JOBDONE) in waitone()
4383 jobstate = JOBDONE; in waitone()
4434 if (thisjob && thisjob->state == JOBDONE) in waitone()
4548 if (jp->state == JOBDONE) { in showjob()
4797 if (jp->state != JOBDONE || !jp->waited) in makejob()
5432 if (jp->state == JOBDONE) in waitforjob()