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

/ast/src/cmd/ksh93/sh/
H A Dsubshell.c98 int coutpipe; member in struct:subshell
452 sh_close(sp->coutpipe);
454 sp->coutpipe = sp->cpipe = -1;
582 sp->coutpipe = shp->coutpipe;
769 if(shp->coutpipe!=sp->coutpipe)
771 sh_close(shp->coutpipe);
776 shp->coutpipe = sp->coutpipe;
[all...]
H A Djobs.c482 sh_close(sh.coutpipe);
485 sh.coutpipe = -1;
1542 if(shp->coutpipe>=0 && lastpid && shp->cpid==lastpid)
1544 sh_close(shp->coutpipe);
1546 shp->cpipe[1] = shp->coutpipe = -1;
H A Dxec.c888 shp->coutpipe = shp->inpipe[1];
889 shp->fdptrs[shp->coutpipe] = &shp->coutpipe;
3221 if((flags&FAMP) && shp->coutpipe>1)
3222 sh_close(shp->coutpipe);
3615 if(shp->coutpipe>=0 && shp->cpid)
3643 shp->coutpipe = shp->inpipe[1];
3644 shp->fdptrs[shp->coutpipe] = &shp->coutpipe;
3891 sh_close(shp->coutpipe);
[all...]
H A Dio.c1283 dupfd = shp->coutpipe;
2614 fd = shp->coutpipe;
H A Dinit.c1357 shp->coutpipe = -1;
/ast/src/cmd/ksh93/include/
H A Ddefs.h214 int coutpipe; \
/ast/src/cmd/ksh93/bltins/
H A Dprint.c208 fd = shp->coutpipe;

Completed in 62 milliseconds