Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c264 (type == IOCAT || type == IOWRITE) ? 1 : in pioact()
284 case IOWRITE: in pioact()
952 DT(IOWRITE) in dumpioact()
Dsyn.c1010 yylval.iop->ioflag == IOWRITE)) { in dbtestp_isa()
Dlex.c947 iop->ioflag |= (unsigned int)c == ORD('>') ? IOWRITE : IOREAD; in yylex()
Dexec.c1443 case IOWRITE: in iosetup()
Dsh.h1948 #define IOWRITE 0x2 /* > */ macro