Home
last modified time | relevance | path

Searched refs:coutpipe (Results 1 – 25 of 28) sorted by relevance

12

/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dsubshell.c98 int coutpipe; member
452 sh_close(sp->coutpipe); in sh_subjobcheck()
454 sp->coutpipe = sp->cpipe = -1; in sh_subjobcheck()
582 sp->coutpipe = shp->coutpipe; in sh_subshell()
769 if(shp->coutpipe!=sp->coutpipe) in sh_subshell()
771 sh_close(shp->coutpipe); in sh_subshell()
776 shp->coutpipe = sp->coutpipe; in sh_subshell()
H A Djobs.c482 sh_close(sh.coutpipe); in job_reap()
485 sh.coutpipe = -1; in job_reap()
1542 if(shp->coutpipe>=0 && lastpid && shp->cpid==lastpid) in job_wait()
1544 sh_close(shp->coutpipe); in job_wait()
1546 shp->cpipe[1] = shp->coutpipe = -1; in job_wait()
H A Dxec.c888 shp->coutpipe = shp->inpipe[1]; in sh_coexec()
889 shp->fdptrs[shp->coutpipe] = &shp->coutpipe; in sh_coexec()
3221 if((flags&FAMP) && shp->coutpipe>1) in _sh_fork()
3222 sh_close(shp->coutpipe); in _sh_fork()
3615 if(shp->coutpipe>=0 && shp->cpid) in coproc_init()
3643 shp->coutpipe = shp->inpipe[1]; in coproc_init()
3644 shp->fdptrs[shp->coutpipe] = &shp->coutpipe; in coproc_init()
3891 sh_close(shp->coutpipe); in sh_ntfork()
3894 shp->coutpipe = -1; in sh_ntfork()
H A Dio.c1283 dupfd = shp->coutpipe; in sh_redirect()
2614 fd = shp->coutpipe; in sh_iogetiop()
H A Dinit.c1357 shp->coutpipe = -1; in sh_init()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dsubshell.c98 int coutpipe; member
452 sh_close(sp->coutpipe); in sh_subjobcheck()
454 sp->coutpipe = sp->cpipe = -1; in sh_subjobcheck()
582 sp->coutpipe = shp->coutpipe; in sh_subshell()
769 if(shp->coutpipe!=sp->coutpipe) in sh_subshell()
771 sh_close(shp->coutpipe); in sh_subshell()
776 shp->coutpipe = sp->coutpipe; in sh_subshell()
H A Djobs.c482 sh_close(sh.coutpipe); in job_reap()
485 sh.coutpipe = -1; in job_reap()
1542 if(shp->coutpipe>=0 && lastpid && shp->cpid==lastpid) in job_wait()
1544 sh_close(shp->coutpipe); in job_wait()
1546 shp->cpipe[1] = shp->coutpipe = -1; in job_wait()
H A Dxec.c888 shp->coutpipe = shp->inpipe[1]; in sh_coexec()
889 shp->fdptrs[shp->coutpipe] = &shp->coutpipe; in sh_coexec()
3221 if((flags&FAMP) && shp->coutpipe>1) in _sh_fork()
3222 sh_close(shp->coutpipe); in _sh_fork()
3615 if(shp->coutpipe>=0 && shp->cpid) in coproc_init()
3643 shp->coutpipe = shp->inpipe[1]; in coproc_init()
3644 shp->fdptrs[shp->coutpipe] = &shp->coutpipe; in coproc_init()
3891 sh_close(shp->coutpipe); in sh_ntfork()
3894 shp->coutpipe = -1; in sh_ntfork()
H A Dio.c1283 dupfd = shp->coutpipe; in sh_redirect()
2614 fd = shp->coutpipe; in sh_iogetiop()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dsubshell.c99 int coutpipe; member
430 sh_close(sp->coutpipe); in sh_subjobcheck()
432 sp->coutpipe = sp->cpipe = -1; in sh_subjobcheck()
535 sp->coutpipe = shp->coutpipe; in sh_subshell()
720 if (shp->coutpipe != sp->coutpipe) { in sh_subshell()
721 sh_close(shp->coutpipe); in sh_subshell()
726 shp->coutpipe = sp->coutpipe; in sh_subshell()
H A Djobs.c407 sh_close(shp->coutpipe); in job_reap()
410 shp->coutpipe = -1; in job_reap()
1301 if (shp->coutpipe >= 0 && lastpid && shp->cpid == lastpid) { in job_wait()
1302 sh_close(shp->coutpipe); in job_wait()
1304 shp->cpipe[1] = shp->coutpipe = -1; in job_wait()
H A Dxec.c2547 if ((flags & FAMP) && shp->coutpipe > 1) sh_close(shp->coutpipe); in _sh_fork()
2762 if (shp->coutpipe >= 0 && shp->cpid) { in coproc_init()
2785 shp->coutpipe = shp->inpipe[1]; in coproc_init()
2786 shp->fdptrs[shp->coutpipe] = &shp->coutpipe; in coproc_init()
H A Dio.c1207 dupfd = shp->coutpipe; in sh_redirect()
2584 fd = shp->coutpipe; in sh_iogetiop()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dsubshell.c90 int coutpipe; member
468 sh_close(sp->coutpipe); in sh_subjobcheck()
470 sp->coutpipe = sp->cpipe = -1; in sh_subjobcheck()
584 sp->coutpipe = shp->coutpipe; in sh_subshell()
806 if(shp->coutpipe!=sp->coutpipe) in sh_subshell()
808 sh_close(shp->coutpipe); in sh_subshell()
813 shp->coutpipe = sp->coutpipe; in sh_subshell()
H A Dxec.c846 shp->coutpipe = shp->inpipe[1]; in sh_coexec()
847 shp->fdptrs[shp->coutpipe] = &shp->coutpipe; in sh_coexec()
3303 if((flags&FAMP) && shp->coutpipe>1) in _sh_fork()
3304 sh_close(shp->coutpipe); in _sh_fork()
3549 if(shp->coutpipe>=0 && shp->cpid) in coproc_init()
3572 shp->coutpipe = shp->inpipe[1]; in coproc_init()
3573 shp->fdptrs[shp->coutpipe] = &shp->coutpipe; in coproc_init()
3818 sh_close(shp->coutpipe); in sh_ntfork()
3821 shp->coutpipe = -1; in sh_ntfork()
H A Djobs.c554 sh_close(shp->coutpipe); in job_reap()
557 shp->coutpipe = -1; in job_reap()
1675 if(shp->coutpipe>=0 && lastpid && shp->cpid==lastpid) in job_wait()
1677 sh_close(shp->coutpipe); in job_wait()
1679 shp->cpipe[1] = shp->coutpipe = -1; in job_wait()
H A Dio.c1228 dupfd = shp->coutpipe; in sh_redirect()
2763 fd = shp->coutpipe; in sh_iogetiop()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshell.h200 int coutpipe; member
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h214 int coutpipe; \
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h214 int coutpipe; \
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dprint.c125 prdata.fd = shp->coutpipe; in b_print()
155 prdata.fd = shp->coutpipe; in b_print()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h221 int coutpipe; \
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dprint.c205 fd = shp->coutpipe; in b_print()
229 fd = shp->coutpipe; in b_print()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dprint.c208 fd = shp->coutpipe; in b_print()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dprint.c208 fd = shp->coutpipe; in b_print()

12