Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c3631 #define JOBRUNNING 0 /* at least one proc running */ macro
4218 jp->state = JOBRUNNING; in restartjob()
4395 jobstate = JOBRUNNING; in waitone()
4397 if (jobstate == JOBRUNNING) in waitone()
4410 if (jobstate != JOBRUNNING) { in waitone()
4459 if (jp && jp->state != JOBRUNNING) in dowait()
4471 if (!pid || (jp && jp->state != JOBRUNNING)) in dowait()
4510 if (jp->state == JOBRUNNING) { in showjob()
4666 if (jp->state == JOBRUNNING) in waitcmd()