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

/freebsd-10.0-release/bin/sh/
H A Djobs.c1047 struct job *thisjob; local
1104 thisjob = NULL;
1121 thisjob = jp;
1147 if (!thisjob || thisjob->state == 0)
1149 else if ((!rootshell || !iflag || thisjob == job) &&
1150 thisjob->foreground && thisjob->state != JOBSTOPPED) {
1153 for (sp = thisjob->ps; sp < thisjob
[all...]

Completed in 134 milliseconds