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

/freebsd-9.3-release/bin/sh/
H A Djobs.c1020 struct job *thisjob; local
1044 thisjob = NULL;
1057 thisjob = jp;
1083 if (!thisjob || thisjob->state == 0)
1085 else if ((!rootshell || !iflag || thisjob == job) &&
1086 thisjob->foreground && thisjob->state != JOBSTOPPED) {
1089 for (sp = thisjob->ps; sp < thisjob
[all...]

Completed in 49 milliseconds