Lines Matching refs:last_job
129 static Job *last_job;
476 if (!last_job)
477 internal_errorf("exchild: XPIPEI and no last_job - pid %d",
479 j = last_job;
500 last_job = j;
662 if (last_job) {
664 last_job->flags |= JF_WAITING;
665 j_startjob(last_job);
684 j = last_job;
1817 * Keeps nzombies, last_job and async_job up to date.
1852 if (j == last_job)
1853 last_job = NULL;