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

/external/mksh/src/
H A Dtree.c72 (t->ioact[0]->flag & IOTYPE) == IOHERE) {
224 if ((iop->flag & (IOTYPE | IOHERESTR)) == IOHERE &&
250 int type = flag & IOTYPE;
913 int type = iop->flag & IOTYPE;
H A Dexec.c93 (t->ioact[0]->flag & IOTYPE) == IOHERE &&
1295 int iotype = iop->flag & IOTYPE;
H A Dsyn.c195 ishere = (iop->flag & IOTYPE) == IOHERE;
H A Deval.c1328 if ((io->flag & IOTYPE) != IOREAD)
H A Dsh.h1353 #define IOTYPE 0xF /* type: bits 0:3 */ macro

Completed in 318 milliseconds