Home
last modified time | relevance | path

Searched refs:IOLSEEK (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/sh/
H A Ddeparse.c447 if(iof&IOLSEEK) in p_redirect()
480 if((iof&IOLSEEK) && (iof&IOARITH)) in p_redirect()
492 if((iof&IOLSEEK) && (iof&IOARITH)) in p_redirect()
H A Dparse.c1569 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()
H A Dio.c1000 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()
H A Dlex.c1719 if(iop->iofile&IOLSEEK) in here_copy()
1721 iop->iofile &= ~IOLSEEK; in here_copy()
H A Dmacro.c1981 ((ip->iofile&IOLSEEK) || !(ip->iofile&IOUFD)) && in comsubst()
1987 if(r==0 && ip && (ip->iofile&IOLSEEK)) in comsubst()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshnodes.h185 #define IOLSEEK 0x20000 /* seek operators <# or ># */ macro