Home
last modified time | relevance | path

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

/third_party/mksh/
Djobs.c94 Proc *last_proc; /* last process in list */ member
445 static Proc *last_proc; local
485 if (last_proc)
486 last_proc->next = p;
487 last_proc = p;
506 last_proc = p;
1076 async_pid = j->last_proc->pid;
1109 j->last_proc = p;
1244 WIFSIGNALED(j->last_proc->status)) {
1247 if ((termsig = WTERMSIG(j->last_proc->status)) > 0 &&
[all …]