Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libshell/common/sh/
H A Dxec.c2403 int myjob,waitall=job.waitall; in _sh_fork() local
2432 myjob = job_post(parent,postid); in _sh_fork()
2436 myjob = job_post(parent,postid); in _sh_fork()
2441 *jobid = myjob; in _sh_fork()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c3128 int myjob,waitall=job.waitall; in _sh_fork() local
3159 myjob = job_post(shp,parent,postid); in _sh_fork()
3163 myjob = job_post(shp,parent,postid); in _sh_fork()
3168 job.curjobid = myjob; in _sh_fork()
3175 *jobid = myjob; in _sh_fork()