Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h176 #define IOAPP 0x80 /* >> redirection operator */ macro
/illumos-gate/usr/src/cmd/sh/
H A Ddefs.h130 #define IOAPP 0x0040 macro
H A Dfunc.c448 else if (iof & IOAPP) in prio()
H A Dservice.c100 } else if (iof & IOAPP && in initio()
H A Dcmd.c526 iof |= IOAPP;
/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.c1717 iof |= IOAPP; in inout()
1798 …p,"p;%..64d;f;%..64d;%d;%d;%c;%d\n",lexp->current,r,n,n,(iof&IOPUT)?((iof&IOAPP)?'a':'w'):((iof&IO… in inout()
H A Dio.c1355 if(iof&IOAPP) in sh_redirect()