Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Djobs.c1143 struct job *thisjob; in dowait() local
1200 thisjob = NULL; in dowait()
1218 thisjob = jp; in dowait()
1244 if (!thisjob || thisjob->state == 0) in dowait()
1246 else if ((!rootshell || !iflag || thisjob == job) && in dowait()
1247 thisjob->foreground && thisjob->state != JOBSTOPPED) { in dowait()
1250 for (sp = thisjob->ps; sp < thisjob->ps + thisjob->nprocs; sp++) in dowait()
1268 thisjob->changed = 1; in dowait()