Home
last modified time | relevance | path

Searched refs:IOMOV (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h178 #define IOMOV 0x200 /* <& or >& operators */ macro
/illumos-gate/usr/src/cmd/sh/
H A Ddefs.h131 #define IOMOV 0x0080 macro
H A Dfunc.c438 else if (iof & IOMOV) in prio()
H A Dservice.c84 } else if (iof & IOMOV) { in initio()
H A Dcmd.c532 iof |= IOMOV;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c1693 iof |= IOMOV; in inout()
1719 iof |= IOMOV; in inout()
1746 …YM && !(iof&IOPUT)) || (token==OPROCSYM && (iof&IOPUT))) && !(iof&(IOLSEEK|IOREWRITE|IOMOV|IODOC))) in inout()
1795 if(!(iof&IOMOV)) in inout()
1814 ioq->iofile = IORAW|IOPUT|IOMOV|2; in inout()
H A Ddeparse.c470 else if(iof&IOMOV) in p_redirect()
H A Dio.c1180 if(shp->redir0 && fn==0 && !(iof&IOMOV)) in sh_redirect()
1227 if(!(iof&(IODOC|IOLSEEK|IOMOV))) in sh_redirect()
1238 if((iof&IOLSEEK) || ((iof&IOMOV) && *fname=='-')) in sh_redirect()
1266 else if(iof&IOMOV) in sh_redirect()