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

/external/mksh/src/
H A Dtree.c202 if ((iop->flag & (IOTYPE | IOHERESTR)) == IOHERE &&
226 int type = flag & IOTYPE;
H A Dexec.c89 (t->ioact[0]->flag & IOTYPE) == IOHERE &&
1273 int iotype = iop->flag & IOTYPE;
H A Dsyn.c185 ishere = (iop->flag & IOTYPE) == IOHERE;
H A Deval.c1246 if ((io->flag & IOTYPE) != IOREAD)
H A Dsh.h1211 #define IOTYPE 0xF /* type: bits 0:3 */ macro

Completed in 55 milliseconds