Searched refs:job_byjid (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c122 static struct process *job_byjid(int);
439 px=job_byjid(pw->p_job);
530 px = job_byjid((int)pw->p_job);
1077 pw = job_byjid((int)strtol(ajob, (char**)0, 10));
1310 if((pw=job_byjid(pw->p_job)) != job.pwlist)
1424 static struct process *job_byjid(int jobid) function
1502 job_set(job_byjid(jobid));
1567 px = job_byjid(jobid);
1667 if(!pw || !(pw=job_byjid((int)pw->p_job)))
1774 pwtop = pw = job_byjid((in
[all...]

Completed in 19 milliseconds