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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c63 static pid_t sh_ntfork(Shell_t*,const Shnode_t*,char*[],int*,int);
1213 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1222 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1226 if((parent = sh_ntfork(shp,t,com,&jobid,ntflag))<=0)
2976 static pid_t sh_ntfork(Shell_t *shp,const Shnode_t *t,char *argv[],int *jobid,int flag) function

Completed in 65 milliseconds