Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c139 static struct process *job_byjid(int);
459 px=job_byjid(pw->p_job); in job_reap()
550 px = job_byjid((int)pw->p_job); in job_reap()
1092 pw = job_byjid((int)strtol(ajob, (char**)0, 10)); in job_bystring()
1385 if(val && (pw=job_byjid(val)) != job.pwlist) in job_post()
1500 static struct process *job_byjid(int jobid) in job_byjid() function
1588 job_set(job_byjid(jobid)); in job_wait()
1653 px = job_byjid(jobid); in job_wait()
1744 if(!pw || !(pw=job_byjid((int)pw->p_job))) in job_switch()
1851 pwtop = pw = job_byjid((int)pwtop->p_job); in job_unpost()
[all …]