Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c116 static Job *last_job; variable
370 if (!last_job) in exchild()
374 pi.j = last_job; in exchild()
394 last_job = pi.j; in exchild()
543 if (last_job) { /* no need to report error - waitlast() will do it */ in startlast()
545 last_job->flags |= JF_WAITING; in startlast()
546 j_startjob(last_job); in startlast()
561 j = last_job; in waitlast()
1589 if (j == last_job) in remove_job()
1590 last_job = NULL; in remove_job()