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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsubshell.c93 int cpipe; member in struct:subshell
445 sh_close(sp->cpipe);
446 sp->coutpipe = sp->cpipe = -1;
537 sp->cpipe = shp->cpipe[1];
714 sh_close(shp->cpipe[1]);
717 shp->cpipe[1] = sp->cpipe;

Completed in 23 milliseconds