Searched refs:thisjob (Results 1 – 1 of 1) sorted by relevance
1046 struct job *thisjob; in dowait() local1103 thisjob = NULL; in dowait()1120 thisjob = jp; in dowait()1146 if (!thisjob || thisjob->state == 0) in dowait()1148 else if ((!rootshell || !iflag || thisjob == job) && in dowait()1149 thisjob->foreground && thisjob->state != JOBSTOPPED) { in dowait()1152 for (sp = thisjob->ps; sp < thisjob->ps + thisjob->nprocs; sp++) in dowait()1170 thisjob->changed = 1; in dowait()