Searched defs:pipefd (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dsubshell.c90 short pipefd; /* read fd if pipe is created */ member in struct:subshell
142 sp->pipefd = fds[0];
143 sh_fcntl(sp->pipefd,F_SETFD,FD_CLOEXEC);
603 sp->pipefd = -1;
657 if(sp->pipefd>=0)
660 iop = sh_iostream(shp,sp->pipefd);
810 if(comsub && iop && sp->pipefd<0)

Completed in 9 milliseconds