HomeSort by relevance Sort by last modified time
    Searched refs:IOTYPE (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
tree.c 72 (t->ioact[0]->ioflag & IOTYPE) == IOHERE) {
224 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE &&
249 unsigned short type = flag & IOTYPE;
911 unsigned short type = iop->ioflag & IOTYPE;
exec.c 94 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
1365 int iotype = iop->ioflag & IOTYPE; local
    [all...]
syn.c 194 ishere = (iop->ioflag & IOTYPE) == IOHERE;
eval.c 1326 if ((io->ioflag & IOTYPE) != IOREAD)
    [all...]
sh.h     [all...]

Completed in 225 milliseconds