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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsubshell.c92 int coutpipe; member in struct:subshell
444 sh_close(sp->coutpipe);
446 sp->coutpipe = sp->cpipe = -1;
536 sp->coutpipe = shp->coutpipe;
711 if(shp->coutpipe!=sp->coutpipe)
713 sh_close(shp->coutpipe);
718 shp->coutpipe = sp->coutpipe;
[all...]

Completed in 17 milliseconds