Home
last modified time | relevance | path

Searched refs:IOREAD (Results 1 – 6 of 6) sorted by relevance

/external/mksh/src/
Dtree.c253 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 : in pioact()
261 case IOREAD: in pioact()
919 DT(IOREAD) in dumpioact()
Dsyn.c999 (yylval.iop->ioflag == IOREAD || in dbtestp_isa()
1002 save = wdcopy(yylval.iop->ioflag == IOREAD ? in dbtestp_isa()
Dexec.c1340 case IOREAD: in iosetup()
1408 (iotype == IOREAD || iotype == IOHERE) ? in iosetup()
Dlex.c956 iop->ioflag |= c == '>' ? IOWRITE : IOREAD; in yylex()
Dsh.h1359 #define IOREAD 0x1 /* < */ macro
Deval.c1356 if ((io->ioflag & IOTYPE) != IOREAD) in comsub()