Home
last modified time | relevance | path

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

/third_party/mksh/
H A Djobs.c130 static Job *last_job; variable
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 an
[all...]

Completed in 2 milliseconds