Home
last modified time | relevance | path

Searched refs:IORDW (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h180 #define IORDW 0x800 /* <> redirection operator */ macro
/illumos-gate/usr/src/cmd/sh/
H A Dservice.c93 } else if (((iof & IOPUT) == 0) && ((iof & IORDW) == 0)) in initio()
95 else if (iof & IORDW) /* For <> */ { in initio()
H A Ddefs.h132 #define IORDW 0x0100 macro
H A Dcmd.c534 iof |= IORDW;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c472 else if(iof&(IORDW|IOAPP)) in p_redirect()
H A Dparse.c1695 iof |= IORDW|IOREWRITE; in inout()
1697 iof |= IORDW; in inout()
H A Dio.c1335 else if(iof&IORDW) in sh_redirect()