HomeSort by: relevance | last modified time | path
    Searched defs:last_job (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/ksh/
jobs.c 176 static Job *last_job; variable in typeref:typename:Job *
461 if (!last_job)
462 internal_errorf(1, "exchild: XPIPEI and no last_job - pid %d", (int) procpid);
463 j = last_job;
493 last_job = j;
683 if (last_job) { /* no need to report error - waitlast() will do it */
685 last_job->flags |= JF_WAITING;
686 j_startjob(last_job);
701 j = last_job;
1679 * Keeps nzombies, last_job and async_job up to date
    [all...]

Completed in 12 milliseconds