Searched refs:subdup (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dsubshell.c92 int subdup; member in struct:subshell
497 sp->subdup = shp->subdup;
719 shp->subdup = sp->subdup;
H A Dxec.c90 static int subdup,tsetio,usepipe; variable
102 if(subdup=shp->subdup) for(i=0; i < 10; i++)
104 if(subdup&(1<<i))
121 if(subdup) for(n=0; n < 10; n++)
123 if(subdup&(1<<n))
130 shp->subdup = 0;
1576 if(usepipe && tsetio && subdup)
2955 if(!tsetio || !subdup)
H A Dio.c1220 shp->subdup |= 1<<fn;
1226 shp->subdup &= ~(1<<fn);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Ddefs.h207 int subdup; /* bitmask for dups of 1 */ \

Completed in 277 milliseconds