Searched refs:job_post (Results 1 – 8 of 8) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | jobs.h | 164 extern int job_post(pid_t,pid_t);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | jobs.h | 195 extern int job_post(Shell_t*,pid_t,pid_t);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 1665 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 D | path.c | 202 job_post(shp,pid,0); in path_xargs()
|
H A D | jobs.c | 1350 int job_post(Shell_t *shp,pid_t pid, pid_t join) in job_post() function
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 1346 job_post(parent,0); in sh_exec() 2432 myjob = job_post(parent,postid); in _sh_fork() 2436 myjob = job_post(parent,postid); in _sh_fork()
|
H A D | jobs.c | 1127 int job_post(pid_t pid, pid_t join) in job_post() function
|
H A D | path.c | 198 job_post(pid,0); in path_xargs()
|