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

/ast/src/cmd/ksh93/sh/
H A Dxec.c1848 _sh_fork(shp,parent, 0, (int*)0);
2010 _sh_fork(shp,pid,0,0);
3081 pid_t _sh_fork(Shell_t *shp,register pid_t parent,int flags,int *jobid) function
3242 while(_sh_fork(shp,parent=fork(),flags,jobid) < 0);
3879 _sh_fork(shp,spawnpid,otype,jobid);
4034 _sh_fork(shp,spawnpid,otype,jobid);

Completed in 16 milliseconds