Home
last modified time | relevance | path

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

/external/mksh/src/
Djobs.c93 Proc *last_proc; /* last process in list */ member
440 static Proc *last_proc; in exchild() local
480 if (last_proc) in exchild()
481 last_proc->next = p; in exchild()
482 last_proc = p; in exchild()
501 last_proc = p; in exchild()
1071 async_pid = j->last_proc->pid; in j_set_async()
1104 j->last_proc = p; in j_startjob()
1239 WIFSIGNALED(j->last_proc->status)) { in j_waitj()
1242 if ((termsig = WTERMSIG(j->last_proc->status)) > 0 && in j_waitj()
[all …]