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]->flag & IOTYPE) == IOHERE) {
224 if ((iop->flag & (IOTYPE | IOHERESTR)) == IOHERE &&
250 int type = flag & IOTYPE;
912 int type = iop->flag & IOTYPE;
exec.c 93 (t->ioact[0]->flag & IOTYPE) == IOHERE &&
1296 int iotype = iop->flag & IOTYPE; local
1302 if (iotype != IOHERE)
1307 iotmp.name = (iotype == IOHERE) ? NULL : cp;
1316 switch (iotype) {
    [all...]
syn.c 195 ishere = (iop->flag & IOTYPE) == IOHERE;
eval.c 1338 if ((io->flag & IOTYPE) != IOREAD)
    [all...]
sh.h     [all...]

Completed in 55 milliseconds