Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Djobs.h106 int curjobid; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c1383 val = job.curjobid; in job_post()
1555 if(!job.waitall || !job.curjobid || !(pw = job_byjid(job.curjobid))) in job_wait()
1561 job.curjobid = 0; in job_wait()
1859 if(pwtop->p_job == job.curjobid) in job_unpost()
H A Dxec.c1008 job.curjobid = 0; in sh_exec()
2047 int savejobid = job.curjobid; in sh_exec()
2072 job.curjobid = 0; in sh_exec()
2200 job.curjobid = savejobid; in sh_exec()
3154 if(!postid && job.curjobid && (flags&FPOU)) in _sh_fork()
3167 if(!job.curjobid) in _sh_fork()
3168 job.curjobid = myjob; in _sh_fork()