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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c122 static struct process *job_byjid(int);
324 px=job_byjid(pw->p_job);
415 px = job_byjid((int)pw->p_job);
932 pw = job_byjid((int)strtol(ajob, (char**)0, 10));
1158 if((pw=job_byjid(pw->p_job)) != job.pwlist)
1258 static struct process *job_byjid(int jobid) function
1335 job_set(job_byjid(jobid));
1400 px = job_byjid(jobid);
1498 if(!pw || !(pw=job_byjid((int)pw->p_job)))
1605 pwtop = pw = job_byjid((in
[all...]

Completed in 64 milliseconds