Searched refs:FPIN (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dshnodes.h36 #define FPIN (010<<COMBITS) /* input is a pipe */ macro
/ast/src/cmd/ksh93/sh/
H A Dxec.c1796 if(shp->fifo && (type&(FPIN|FPOU)))
1798 int fn,fd = (type&FPIN)?0:1;
1808 type &= ~(FPIN|FPOU);
1811 if(type&FPIN)
1905 if(type&FPIN)
1939 if(type&FPIN)
2811 if(type&FPIN)
3810 if(otype&FPIN)
3865 if((otype&FPIN) && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(shp->inpipe[1],F_SETFD,FD_CLOEXEC)>=0)

Completed in 20 milliseconds