Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h180 #define IORAW 0x1000 /* no expansion needed for filename */ macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dparse.c1559 iof |= (IODOC|IORAW); in inout()
1633 iof &= ~IORAW; in inout()
1653 iof |= IORAW; in inout()
1665 …unsigned long r=kiaentity(lexp,(iof&IORAW)?sh_fmtq(iop->ioname):iop->ioname,-1,'f',0,0,lexp->scrip… in inout()
1682 ioq->iofile = IORAW|IOPUT|IOMOV|2; in inout()
H A Ddeparse.c488 else if(iop->iofile&IORAW) in p_redirect()
H A Dio.c998 if(!(iof&IORAW)) in sh_redirect()
H A Dlex.c1624 iop->iofile = (IODOC|IORAW); in nested_here()