Lines Matching refs:last_job
116 static Job *last_job;
469 if (!last_job)
471 "exchild: XPIPEI and no last_job - pid",
473 j = last_job;
494 last_job = j;
656 if (last_job) {
658 last_job->flags |= JF_WAITING;
659 j_startjob(last_job);
678 j = last_job;
1790 * Keeps nzombies, last_job and async_job up to date.
1825 if (j == last_job)
1826 last_job = NULL;