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

/ast/src/cmd/ksh93/sh/
H A Dsubshell.c99 int cpipe; member in struct:subshell
453 sh_close(sp->cpipe);
454 sp->coutpipe = sp->cpipe = -1;
583 sp->cpipe = shp->cpipe[1];
772 sh_close(shp->cpipe[1]);
775 shp->cpipe[1] = sp->cpipe;

Completed in 13 milliseconds