Searched defs:last_proc (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Djobs.c93 Proc *last_proc; /* last process in list */ member in struct:job
446 static Proc *last_proc; local
486 if (last_proc)
487 last_proc->next = p;
488 last_proc = p;
507 last_proc = p;
1077 async_pid = j->last_proc->pid;
1098 * Start a job: set STARTED, check for held signals and set j->last_proc
1110 j->last_proc = p;
1245 WIFSIGNALED(j->last_proc
[all...]

Completed in 93 milliseconds