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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsubshell.c89 int coutpipe; member in struct:subshell
453 sh_close(sp->coutpipe);
455 sp->coutpipe = sp->cpipe = -1;
533 sp->coutpipe = shp->coutpipe;
711 if(shp->coutpipe!=sp->coutpipe)
713 sh_close(shp->coutpipe);
718 shp->coutpipe = sp->coutpipe;
[all...]

Completed in 115 milliseconds