Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h415 extern pid_t sh_fork(Shell_t*,int,int*);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c537 if(!shp->subshell && (sig=sh_fork(shp,0,NIL(int*)))) in sh_exit()
H A Dsubshell.c195 if(pid = sh_fork(shp,FSHOWME,NIL(int*))) in sh_subfork()
H A Dxec.c1686 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