Searched defs:last_job (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Djobs.c116 static Job *last_job; variable
469 if (!last_job)
470 internal_errorf("exchild: XPIPEI and no last_job - pid %d",
472 j = last_job;
493 last_job = j;
655 if (last_job) {
657 last_job->flags |= JF_WAITING;
658 j_startjob(last_job);
677 j = last_job;
1789 * Keeps nzombies, last_job an
[all...]

Completed in 246 milliseconds