Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c64 static pid_t sh_ntfork(Shell_t*,const Shnode_t*,char*[],int*,int);
1684 parent = sh_ntfork(shp,t,com,&jobid,ntflag); in sh_exec()
1697 parent = sh_ntfork(shp,t,com,&jobid,ntflag); in sh_exec()
1701 if((parent = sh_ntfork(shp,t,com,&jobid,ntflag))<=0) in sh_exec()
3773 static pid_t sh_ntfork(Shell_t *shp,const Shnode_t *t,char *argv[],int *jobid,int flag) in sh_ntfork() function