Searched refs:last_proc (Results 1 – 1 of 1) sorted by relevance
94 Proc *last_proc; /* last process in list */ member445 static Proc *last_proc; local485 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 …]