Searched refs:sh_fork (Results 1 – 4 of 4) sorted by relevance
377 extern pid_t sh_fork(int,int*);
523 if(!shp->subshell && (sig=sh_fork(0,NIL(int*)))) in sh_exit()
1215 parent = sh_fork(type,&jobid); in sh_exec()1224 parent = sh_fork(type,&jobid); in sh_exec()1232 parent = sh_fork(type,&jobid); in sh_exec()2502 pid_t sh_fork(int flags, int *jobid) in sh_fork() function
200 if(pid = sh_fork(FSHOWME,NIL(int*))) in sh_subfork()