Searched refs:IOLSEEK (Results 1 – 6 of 6) sorted by relevance
447 if(iof&IOLSEEK) in p_redirect()480 if((iof&IOLSEEK) && (iof&IOARITH)) in p_redirect()492 if((iof&IOLSEEK) && (iof&IOARITH)) in p_redirect()
1569 iof |= IOLSEEK; in inout()1591 iof |= IOLSEEK; in inout()1604 if(token==RPAREN && (iof&IOLSEEK) && lexp->comsub) in inout()1612 else if(token==EXPRSYM && (iof&IOLSEEK)) in inout()1614 …else if(((token==IPROCSYM && !(iof&IOPUT)) || (token==OPROCSYM && (iof&IOPUT))) && !(iof&(IOLSEEK|… in inout()1622 if( (iof&IOPROCSUB) && !(iof&IOLSEEK)) in inout()1644 iof |= IOLSEEK; in inout()
1000 if(iof&IOLSEEK) in sh_redirect()1029 if((iof&IOLSEEK) || ((iof&IOMOV) && *fname=='-')) in sh_redirect()1032 if(iof&IOLSEEK) in sh_redirect()1214 if(iof&IOLSEEK) in sh_redirect()
1719 if(iop->iofile&IOLSEEK) in here_copy()1721 iop->iofile &= ~IOLSEEK; in here_copy()
1981 ((ip->iofile&IOLSEEK) || !(ip->iofile&IOUFD)) && in comsubst()1987 if(r==0 && ip && (ip->iofile&IOLSEEK)) in comsubst()
185 #define IOLSEEK 0x20000 /* seek operators <# or ># */ macro