Searched refs:inpipe (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.proc.c947 int inpipe = 0; local
965 if ((pp->p_friends->p_flags & PPOU) && !inpipe && (flag & NAME)) {
966 inpipe = 1;
978 pcond = (tp != pp || (inpipe && tp == pp));
994 pcond = ((pp == tp && !inpipe) ||
995 (inpipe && pipetail == tp && pp == pipehead));
1121 pcond = ((tp == pp->p_friends && !inpipe) ||
1122 (inpipe && pipehead->p_friends == tp && pp == pipetail));
1136 if (inpipe) {
1142 inpipe
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dxec.c834 if(shp->inpipe[2]>=20000)
835 sfprintf(sfstdout,"command exec < /dev/tcp/%s/%d || print -u2 'cannot create pipe'\n",host,shp->inpipe[2]);
884 sh_coaccept(shp,shp->inpipe,1);
888 shp->coutpipe = shp->inpipe[1];
1651 sh_copipe(shp,shp->inpipe=pipes,0);
1719 sh_close(shp->inpipe[0]);
1814 if(shp->inpipe[2]>20000)
1815 sh_coaccept(shp,shp->inpipe,0);
1817 sh_iorenumber(shp,shp->inpipe[0],0);
1819 sh_close(shp->inpipe[
[all...]
H A Dargs.c805 shp->inpipe = shp->outpipe = 0;
811 shp->inpipe = pv;
H A Dinit.c1679 shp->inpipe = shp->outpipe = 0;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Ddefs.h211 int *inpipe; /* input pipe pointer */ \
/macosx-10.10.1/cups-408/cups/backend/
H A Dusb-darwin.c175 UInt8 inpipe; /* optional bulkIn pipe */ member in struct:classdriver_s

Completed in 177 milliseconds