Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c151 if (iop->iofile & IODOC) in freeio()
436 if (iof & IODOC) in prio()
H A Dcmd.c516 iof |= IODOC|IODOC_SUBST;
553 if (iof & IODOC)
H A Ddefs.h128 #define IODOC 0x0010 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h177 #define IODOC 0x100 /* << redirection operator */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c1691 iof |= (IODOC|IORAW); in inout()
1746 …YM && !(iof&IOPUT)) || (token==OPROCSYM && (iof&IOPUT))) && !(iof&(IOLSEEK|IOREWRITE|IOMOV|IODOC))) in inout()
1759 if(iof&IODOC) in inout()
1798 …d;%d;%c;%d\n",lexp->current,r,n,n,(iof&IOPUT)?((iof&IOAPP)?'a':'w'):((iof&IODOC)?'h':'r'),iof&IOUF… in inout()
H A Ddeparse.c501 if(!(iop->iofile&IODOC)) in p_redirect()
H A Dio.c1227 if(!(iof&(IODOC|IOLSEEK|IOMOV))) in sh_redirect()
1255 if(*fname || (iof&(IODOC|IOSTRG))==(IODOC|IOSTRG)) in sh_redirect()
1257 if(iof&IODOC) in sh_redirect()
H A Dlex.c1757 iop->iofile = (IODOC|IORAW); in nested_here()