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]->flag & IOTYPE) == IOHERE) { in ptree()
224 if ((iop->flag & (IOTYPE | IOHERESTR)) == IOHERE && in ptree()
250 int type = flag & IOTYPE; in pioact()
893 int type = iop->flag & IOTYPE; in dumpioact()
Dexec.c93 (t->ioact[0]->flag & IOTYPE) == IOHERE && in execute()
1287 int iotype = iop->flag & IOTYPE; in iosetup()
Dsyn.c196 ishere = (iop->flag & IOTYPE) == IOHERE; in synio()
Dsh.h1342 #define IOTYPE 0xF /* type: bits 0:3 */ macro
Deval.c1314 if ((io->flag & IOTYPE) != IOREAD) in comsub()