Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c70 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in ptree()
235 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE && in ptree()
260 unsigned short type = flag & IOTYPE; in pioact()
944 unsigned short type = iop->ioflag & IOTYPE; in dumpioact()
Dexec.c99 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in execute()
1399 int iotype = iop->ioflag & IOTYPE; in iosetup()
Dsyn.c193 ishere = (iop->ioflag & IOTYPE) == IOHERE; in synio()
Deval.c1398 switch (io->ioflag & IOTYPE) { in comsub()
Dsh.h1732 #define IOTYPE 0xF /* type: bits 0:3 */ macro