Searched refs:job_post (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | jobs.h | 187 extern int job_post(Shell_t*,pid_t,pid_t);
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 1506 jobid = job_post(shp,parent,0); 1518 jobid = job_post(shp,parent,0); 1678 job_post(shp,parent,0); 1912 job_post(shp,type,0); 2954 myjob = job_post(shp,parent,postid); 2958 myjob = job_post(shp,parent,postid);
|
H A D | jobs.c | 1279 int job_post(Shell_t *shp,pid_t pid, pid_t join) function
|
H A D | path.c | 209 job_post(shp,pid,0);
|
Completed in 31 milliseconds