Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dsubshell.c89 int coutpipe; member
453 sh_close(sp->coutpipe); in sh_subjobcheck()
455 sp->coutpipe = sp->cpipe = -1; in sh_subjobcheck()
533 sp->coutpipe = shp->coutpipe; in sh_subshell()
711 if(shp->coutpipe!=sp->coutpipe) in sh_subshell()
713 sh_close(shp->coutpipe); in sh_subshell()
718 shp->coutpipe = sp->coutpipe; in sh_subshell()
H A Djobs.c348 sh_close(sh.coutpipe); in job_reap()
351 sh.coutpipe = -1; in job_reap()
1344 if(sh.coutpipe>=0 && sh.cpid==lastpid) in job_wait()
1346 sh_close(sh.coutpipe); in job_wait()
1348 sh.cpipe[1] = sh.coutpipe = -1; in job_wait()
H A Dxec.c2492 if((flags&FAMP) && shp->coutpipe>1) in _sh_fork()
2493 sh_close(shp->coutpipe); in _sh_fork()
2830 if(shp->coutpipe>=0 && shp->cpid) in coproc_init()
2858 shp->coutpipe = shp->inpipe[1]; in coproc_init()
2859 shp->fdptrs[shp->coutpipe] = &shp->coutpipe; in coproc_init()
3117 sh_close(shp->coutpipe); in sh_ntfork()
3120 shp->coutpipe = -1; in sh_ntfork()
H A Dio.c1089 dupfd = shp->coutpipe; in sh_redirect()
2346 fd = shp->coutpipe; in sh_iogetiop()
H A Dinit.c1089 shp->coutpipe = -1; in sh_init()
/titanic_41/usr/src/lib/libshell/common/include/
H A Ddefs.h183 int coutpipe; \
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dprint.c174 fd = shp->coutpipe; in b_print()