Home
last modified time | relevance | path

Searched refs:IORAW (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h181 #define IORAW 0x1000 /* no expansion needed for filename */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c1691 iof |= (IODOC|IORAW); in inout()
1765 iof &= ~IORAW; in inout()
1785 iof |= IORAW; in inout()
1797 …unsigned long r=kiaentity(lexp,(iof&IORAW)?sh_fmtq(iop->ioname):iop->ioname,-1,'f',0,0,lexp->scrip… in inout()
1814 ioq->iofile = IORAW|IOPUT|IOMOV|2; in inout()
H A Ddeparse.c505 else if(iop->iofile&IORAW) in p_redirect()
H A Dlex.c1757 iop->iofile = (IODOC|IORAW); in nested_here()
H A Dio.c1197 if(!(iof&IORAW)) in sh_redirect()