Home
last modified time | relevance | path

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

/third_party/mksh/
Dtree.c255 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 : in pioact()
263 case IOREAD: in pioact()
957 DT(IOREAD) in dumpioact()
Dsyn.c1000 (yylval.iop->ioflag == IOREAD || in dbtestp_isa()
1003 save = wdcopy(yylval.iop->ioflag == IOREAD ? in dbtestp_isa()
Dexec.c1429 case IOREAD: in iosetup()
1524 (iotype == IOREAD || iotype == IOHERE) ? in iosetup()
Dlex.c946 iop->ioflag |= (unsigned int)c == ORD('>') ? IOWRITE : IOREAD; in yylex()
Deval.c1560 case IOREAD: in comsub()
Dsh.h2020 #define IOREAD 0x1 /* < */ macro