Lines Matching refs:last_proc
80 Proc *last_proc; /* last process in list */ member
433 static Proc *last_proc; in exchild() local
473 if (last_proc) in exchild()
474 last_proc->next = p; in exchild()
475 last_proc = p; in exchild()
494 last_proc = p; in exchild()
1058 async_pid = j->last_proc->pid; in j_set_async()
1091 j->last_proc = p; in j_startjob()
1226 WIFSIGNALED(j->last_proc->status)) { in j_waitj()
1229 if ((termsig = WTERMSIG(j->last_proc->status)) > 0 && in j_waitj()
1442 j->status = proc_errorlevel(j->last_proc); in check_job()
1542 (j->last_proc ? j->last_proc->pid : 0))); in j_print()
1657 if (j->last_proc && j->last_proc->pid == job) in j_lookup()