Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h177 #define IOMOV 0x200 /* <& or >& operators */ macro
/titanic_41/usr/src/cmd/sh/
H A Ddefs.h131 #define IOMOV 0x0080 macro
H A Dfunc.c438 else if (iof & IOMOV) in prio()
H A Dcmd.c532 iof |= IOMOV;
H A Dservice.c84 } else if (iof & IOMOV) { in initio()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dparse.c1561 iof |= IOMOV; in inout()
1587 iof |= IOMOV; in inout()
1614 …YM && !(iof&IOPUT)) || (token==OPROCSYM && (iof&IOPUT))) && !(iof&(IOLSEEK|IOREWRITE|IOMOV|IODOC))) in inout()
1663 if(!(iof&IOMOV)) in inout()
1682 ioq->iofile = IORAW|IOPUT|IOMOV|2; in inout()
H A Ddeparse.c453 else if(iof&IOMOV) in p_redirect()
H A Dio.c1029 if((iof&IOLSEEK) || ((iof&IOMOV) && *fname=='-')) in sh_redirect()
1055 else if(iof&IOMOV) in sh_redirect()