Searched defs:_sh_fork (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c1673 _sh_fork(shp,parent, 0, (int*)0);
1835 _sh_fork(shp,pid,0,0);
2895 pid_t _sh_fork(Shell_t *shp,register pid_t parent,int flags,int *jobid) function
3043 while(_sh_fork(shp,parent=fork(),flags,jobid) < 0);
3696 _sh_fork(shp,spawnpid,otype,jobid);
3847 _sh_fork(shp,spawnpid,otype,jobid);

Completed in 31 milliseconds