HomeSort by relevance Sort by last modified time
    Searched refs:IOHERE (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 &&
252 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 :
263 case IOHERE:
286 if (type == IOHERE) {
920 DT(IOHERE)
exec.c 94 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
    [all...]
lex.c 939 (c == '>' ? IOCAT : IOHERE) : IORDWR;
940 if (iop->ioflag == IOHERE) {
    [all...]
syn.c 194 ishere = (iop->ioflag & IOTYPE) == IOHERE;
sh.h     [all...]

Completed in 70 milliseconds