Home
last modified time | relevance | path

Searched refs:IOREWRITE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h188 #define IOREWRITE 0x80000 /* arithmetic seek <# ((expr)) */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c1695 iof |= IORDW|IOREWRITE; in inout()
1725 iof |= IOREWRITE; in inout()
1746 …YM && !(iof&IOPUT)) || (token==OPROCSYM && (iof&IOPUT))) && !(iof&(IOLSEEK|IOREWRITE|IOMOV|IODOC))) in inout()
H A Dio.c1341 if(iof&IOREWRITE) in sh_redirect()
1360 else if((iof&IOREWRITE) && (flag==0 || flag==1 || sh_subsavefd(fn))) in sh_redirect()
H A Dxec.c1850 if(iop->iofile&IOREWRITE) in sh_exec()