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

/external/mksh/src/
H A Dsyn.c988 (yylval.iop->flag == IOREAD || yylval.iop->flag == IOWRITE)) {
990 save = wdcopy(yylval.iop->flag == IOREAD ?
H A Dtree.c229 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 :
237 case IOREAD:
H A Dexec.c1292 case IOREAD:
1357 (iotype == IOREAD || iotype == IOHERE) ?
H A Deval.c1246 if ((io->flag & IOTYPE) != IOREAD)
H A Dsh.h1212 #define IOREAD 0x1 /* < */ macro

Completed in 72 milliseconds