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

/external/mksh/src/
H A Dtree.c215 (type == IOCAT || type == IOWRITE) ? 1 :
231 case IOWRITE:
H A Dlex.c995 iop->flag |= c == '>' ? IOWRITE : IOREAD;
H A Dsyn.c949 (yylval.iop->flag == IOREAD || yylval.iop->flag == IOWRITE)) {
H A Dexec.c1142 case IOWRITE:
H A Dsh.h1128 #define IOWRITE 0x2 /* > */ macro

Completed in 62 milliseconds