Searched refs:sh_fork (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 415 extern pid_t sh_fork(Shell_t*,int,int*);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | fault.c | 537 if(!shp->subshell && (sig=sh_fork(shp,0,NIL(int*)))) in sh_exit()
|
H A D | subshell.c | 195 if(pid = sh_fork(shp,FSHOWME,NIL(int*))) in sh_subfork()
|
H A D | xec.c | 1686 parent = sh_fork(shp,type,&jobid); in sh_exec() 1699 parent = sh_fork(shp,type,&jobid); in sh_exec() 1711 parent = sh_fork(shp,type,&jobid); in sh_exec() 3249 pid_t sh_fork(Shell_t *shp,int flags, int *jobid) in sh_fork() function
|