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

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Ddefs.h405 extern pid_t _sh_fork(Shell_t*,pid_t, int ,int*);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dpath.c111 _sh_fork(shp,pid, 0, (int*)0);
145 _sh_fork(shp,pid, 0, (int*)0);
1168 while(_sh_fork(shp,pid,0,(int*)0) < 0);
H A Dxec.c1662 _sh_fork(shp,parent, 0, (int*)0);
1824 _sh_fork(shp,pid,0,0);
2884 pid_t _sh_fork(Shell_t *shp,register pid_t parent,int flags,int *jobid) function
3032 while(_sh_fork(shp,parent=fork(),flags,jobid) < 0);
3675 _sh_fork(shp,spawnpid,otype,jobid);
3826 _sh_fork(shp,spawnpid,otype,jobid);

Completed in 141 milliseconds