Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c263 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 : in pioact()
271 case IOREAD: in pioact()
950 DT(IOREAD) in dumpioact()
Dsyn.c1005 (yylval.iop->ioflag == IOREAD || in dbtestp_isa()
1008 save = wdcopy(yylval.iop->ioflag == IOREAD ? in dbtestp_isa()
Dexec.c1420 case IOREAD: in iosetup()
1513 (iotype == IOREAD || iotype == IOHERE) ? in iosetup()
Dlex.c929 iop->ioflag |= c == '>' ? IOWRITE : IOREAD; in yylex()
Deval.c1399 case IOREAD: in comsub()
Dsh.h1733 #define IOREAD 0x1 /* < */ macro