HomeSort by: relevance | last modified time | path
    Searched defs:thisjob (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
jobs.c 1544 struct job *thisjob; local in function:dowait
1580 thisjob = NULL;
1635 thisjob = jp;
1690 if (thisjob &&
1691 (thisjob->state != JOBRUNNING || thisjob->flags & JOBCHANGED)) {
1696 if ((job == thisjob && (flags & WNOFREE) == 0) ||
1697 job != thisjob)
1700 showjob(out2, thisjob, mode);
1705 thisjob, JNUM(thisjob), mode, rootshell
    [all...]
jobs.c 1544 struct job *thisjob; local in function:dowait
1580 thisjob = NULL;
1635 thisjob = jp;
1690 if (thisjob &&
1691 (thisjob->state != JOBRUNNING || thisjob->flags & JOBCHANGED)) {
1696 if ((job == thisjob && (flags & WNOFREE) == 0) ||
1697 job != thisjob)
1700 showjob(out2, thisjob, mode);
1705 thisjob, JNUM(thisjob), mode, rootshell
    [all...]
jobs.c 1544 struct job *thisjob; local in function:dowait
1580 thisjob = NULL;
1635 thisjob = jp;
1690 if (thisjob &&
1691 (thisjob->state != JOBRUNNING || thisjob->flags & JOBCHANGED)) {
1696 if ((job == thisjob && (flags & WNOFREE) == 0) ||
1697 job != thisjob)
1700 showjob(out2, thisjob, mode);
1705 thisjob, JNUM(thisjob), mode, rootshell
    [all...]

Completed in 41 milliseconds