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
469 if (!last_job) in exchild()
473 j = last_job; in exchild()
494 last_job = j; in exchild()
656 if (last_job) { in startlast()
658 last_job->flags |= JF_WAITING; in startlast()
659 j_startjob(last_job); in startlast()
678 j = last_job; in waitlast()
1817 if (j == last_job) in remove_job()
1818 last_job = NULL; in remove_job()