Searched refs:subpid (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dsubshell.c82 pid_t subpid; /* child process id */ member in struct:subshell
197 if(sp->subpid==0)
198 sp->subpid = pid;
206 /* setting subpid to 1 causes subshell to exit when reached */
215 sp->subpid=0;
808 if(sp->subpid)
809 job_wait(sp->subpid);

Completed in 217 milliseconds