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

/external/mksh/src/
H A Dtree.c254 (type == IOCAT || type == IOWRITE) ? 1 :
272 case IOWRITE:
920 DT(IOWRITE)
H A Dsyn.c999 (yylval.iop->flag == IOREAD || yylval.iop->flag == IOWRITE)) {
H A Dexec.c1324 case IOWRITE:
H A Dlex.c957 iop->flag |= c == '>' ? IOWRITE : IOREAD;
H A Dsh.h1355 #define IOWRITE 0x2 /* > */ macro

Completed in 75 milliseconds