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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c126 static struct process *job_unpost(struct process*,int);
205 job_unpost(pw,0);
556 job_unpost(pw,1);
1306 job_unpost(pw,0);
1591 px = job_unpost(pw,1);
1650 job_unpost(pw,0);
1701 if(!(pw=job_unpost(pw,1)))
1761 * Otherwise the job is removed and job_unpost returns NULL.
1766 static struct process *job_unpost(register struct process *pwtop,int notify) function
1851 if((pw=job_byjid(j))&& !job_unpost(p
[all...]

Completed in 24 milliseconds