Searched refs:IOLSEEK (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dshnodes.h186 #define IOLSEEK 0x20000 /* seek operators <# or ># */ macro
/ast/src/cmd/ksh93/sh/
H A Ddeparse.c464 if(iof&IOLSEEK)
497 if((iof&IOLSEEK) && (iof&IOARITH))
509 if((iof&IOLSEEK) && (iof&IOARITH))
H A Dio.c1177 if(iof&IOLSEEK)
1205 if(!(iof&(IODOC|IOLSEEK|IOMOV)))
1216 if((iof&IOLSEEK) || ((iof&IOMOV) && *fname=='-'))
1221 if(iof&IOLSEEK)
1411 if(iof&IOLSEEK)

Completed in 20 milliseconds