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

/external/mksh/src/
H A Dtree.c253 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 :
261 case IOREAD:
919 DT(IOREAD)
H A Dsyn.c999 (yylval.iop->flag == IOREAD || yylval.iop->flag == IOWRITE)) {
1001 save = wdcopy(yylval.iop->flag == IOREAD ?
H A Dexec.c1316 case IOREAD:
1384 (iotype == IOREAD || iotype == IOHERE) ?
H A Deval.c1328 if ((io->flag & IOTYPE) != IOREAD)
H A Dlex.c957 iop->flag |= c == '>' ? IOWRITE : IOREAD;
H A Dsh.h1354 #define IOREAD 0x1 /* < */ macro

Completed in 171 milliseconds