Lines Matching refs:outpipe
1328 sh_iorenumber(shp,shp->outpipe[1],1); in sh_exec()
1329 sh_pclose(shp->outpipe); in sh_exec()
1502 shp->outpipe = pvn; in sh_exec()
1531 shp->outpipe = 0; in sh_exec()
2856 shp->outpipe = shp->cpipe; in coproc_init()
2860 if(fcntl(shp->outpipe[0],F_SETFD,FD_CLOEXEC)>=0) in coproc_init()
2861 shp->fdstatus[shp->outpipe[0]] |= IOCLEX; in coproc_init()
2921 pout = (sh.outpipe?sh.outpipe[0]:0); in run_subshell()
3051 sh_iorenumber(shp,sh_dup(shp->outpipe[1]),1); in sh_ntfork()
3052 if(fcntl(shp->outpipe[0],F_SETFD,FD_CLOEXEC)>=0) in sh_ntfork()
3053 shp->fdstatus[shp->outpipe[0]] |= IOCLEX; in sh_ntfork()