Searched refs:sh_ntfork (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 63 static pid_t sh_ntfork(Shell_t*,const Shnode_t*,char*[],int*,int); 1213 parent = sh_ntfork(shp,t,com,&jobid,ntflag); in sh_exec() 1222 parent = sh_ntfork(shp,t,com,&jobid,ntflag); in sh_exec() 1226 if((parent = sh_ntfork(shp,t,com,&jobid,ntflag))<=0) in sh_exec() 2976 static pid_t sh_ntfork(Shell_t *shp,const Shnode_t *t,char *argv[],int *jobid,int flag) in sh_ntfork() function
|