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

  /external/mksh/src/
tree.c 202 if ((iop->flag & (IOTYPE | IOHERESTR)) == IOHERE &&
226 int type = flag & IOTYPE;
exec.c 89 (t->ioact[0]->flag & IOTYPE) == IOHERE &&
1273 int iotype = iop->flag & IOTYPE; local
1278 if (iotype != IOHERE)
1283 iotmp.name = (iotype == IOHERE) ? NULL : cp;
1291 switch (iotype) {
1356 iotype == IODUP ? "dup" :
1357 (iotype == IOREAD || iotype == IOHERE) ?
    [all...]
syn.c 185 ishere = (iop->flag & IOTYPE) == IOHERE;
eval.c 1246 if ((io->flag & IOTYPE) != IOREAD)
    [all...]
sh.h     [all...]

Completed in 44 milliseconds