Home
last modified time | relevance | path

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

/dragonfly/bin/sh/
HDjobs.c1154 struct job *thisjob; in dowait() local
1211 thisjob = NULL; in dowait()
1229 thisjob = jp; in dowait()
1255 if (!thisjob || thisjob->state == 0) in dowait()
1257 else if ((!rootshell || !iflag || thisjob == job) && in dowait()
1258 thisjob->foreground && thisjob->state != JOBSTOPPED) { in dowait()
1261 for (sp = thisjob->ps; sp < thisjob->ps + thisjob->nprocs; sp++) in dowait()
1279 thisjob->changed = 1; in dowait()