Lines Matching refs:last_job
130 static Job *last_job;
481 if (!last_job)
482 internal_errorf("exchild: XPIPEI and no last_job - pid %d",
484 j = last_job;
505 last_job = j;
667 if (last_job) {
669 last_job->flags |= JF_WAITING;
670 j_startjob(last_job);
689 j = last_job;
1836 * Keeps nzombies, last_job and async_job up to date.
1871 if (j == last_job)
1872 last_job = NULL;