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

/external/mksh/src/
H A Djobs.c80 Proc *last_proc; /* last process in list */ member in struct:job
433 static Proc *last_proc; local
474 if (last_proc)
475 last_proc->next = p;
476 last_proc = p;
495 last_proc = p;
1059 async_pid = j->last_proc->pid;
1080 * Start a job: set STARTED, check for held signals and set j->last_proc
1092 j->last_proc = p;
1228 status = j->last_proc
[all...]

Completed in 536 milliseconds