Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c72 (t->ioact[0]->ioflag & IOTYPE) == IOHERE) { in ptree()
224 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE && in ptree()
250 unsigned short type = flag & IOTYPE; in pioact()
913 unsigned short type = iop->ioflag & IOTYPE; in dumpioact()
Dexec.c95 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in execute()
1319 int iotype = iop->ioflag & IOTYPE; in iosetup()
Dsyn.c194 ishere = (iop->ioflag & IOTYPE) == IOHERE; in synio()
Deval.c1356 if ((io->ioflag & IOTYPE) != IOREAD) in comsub()
Dsh.h1358 #define IOTYPE 0xF /* type: bits 0:3 */ macro