Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Djobs.h195 extern int job_post(Shell_t*,pid_t,pid_t);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1665 jobid = job_post(shp,parent,0); in sh_exec()
1677 jobid = job_post(shp,parent,0); in sh_exec()
1863 job_post(shp,parent,0); in sh_exec()
2111 job_post(shp,type,0); in sh_exec()
3159 myjob = job_post(shp,parent,postid); in _sh_fork()
3163 myjob = job_post(shp,parent,postid); in _sh_fork()
H A Djobs.c1350 int job_post(Shell_t *shp,pid_t pid, pid_t join) in job_post() function
H A Dpath.c202 job_post(shp,pid,0); in path_xargs()