Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h416 extern pid_t _sh_fork(Shell_t*,pid_t, int ,int*);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1859 _sh_fork(shp,parent, 0, (int*)0); in sh_exec()
2022 _sh_fork(shp,pid,0,0); in sh_exec()
3098 pid_t _sh_fork(Shell_t *shp,register pid_t parent,int flags,int *jobid) in _sh_fork() function
3259 while(_sh_fork(shp,parent=fork(),flags,jobid) < 0); in sh_fork()
3909 _sh_fork(shp,spawnpid,otype,jobid); in sh_ntfork()
4065 _sh_fork(shp,spawnpid,otype,jobid); in sh_ntfork()
H A Dpath.c114 _sh_fork(shp,pid, 0, (int*)0); in path_pfexecve()
1205 while(_sh_fork(shp,pid,0,(int*)0) < 0); in path_spawn()