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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c126 static struct process *job_unpost(struct process*,int);
205 job_unpost(pw,0);
441 job_unpost(pw,1);
1154 job_unpost(pw,0);
1424 px = job_unpost(pw,1);
1481 job_unpost(pw,0);
1532 if(!(pw=job_unpost(pw,1)))
1592 * Otherwise the job is removed and job_unpost returns NULL.
1597 static struct process *job_unpost(register struct process *pwtop,int notify) function
1682 if((pw=job_byjid(j))&& !job_unpost(p
[all...]

Completed in 190 milliseconds