Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c464 if(iof&IOLSEEK) in p_redirect()
497 if((iof&IOLSEEK) && (iof&IOARITH)) in p_redirect()
509 if((iof&IOLSEEK) && (iof&IOARITH)) in p_redirect()
H A Dparse.c1701 iof |= IOLSEEK; in inout()
1723 iof |= IOLSEEK; in inout()
1736 if(token==RPAREN && (iof&IOLSEEK) && lexp->comsub) in inout()
1744 else if(token==EXPRSYM && (iof&IOLSEEK)) in inout()
1746 …else if(((token==IPROCSYM && !(iof&IOPUT)) || (token==OPROCSYM && (iof&IOPUT))) && !(iof&(IOLSEEK|… in inout()
1754 if( (iof&IOPROCSUB) && !(iof&IOLSEEK)) in inout()
1776 iof |= IOLSEEK; in inout()
H A Dio.c1199 if(iof&IOLSEEK) in sh_redirect()
1227 if(!(iof&(IODOC|IOLSEEK|IOMOV))) in sh_redirect()
1238 if((iof&IOLSEEK) || ((iof&IOMOV) && *fname=='-')) in sh_redirect()
1243 if(iof&IOLSEEK) in sh_redirect()
1433 if(iof&IOLSEEK) in sh_redirect()
H A Dlex.c1852 if(iop->iofile&IOLSEEK) in here_copy()
1854 iop->iofile &= ~IOLSEEK; in here_copy()
H A Dmacro.c2127 ((ip->iofile&IOLSEEK) || !(ip->iofile&IOUFD)) && in comsubst()
2133 if(r==0 && ip && (ip->iofile&IOLSEEK)) in comsubst()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h186 #define IOLSEEK 0x20000 /* seek operators <# or ># */ macro