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

  /external/mksh/src/
tree.c 70 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
235 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE &&
263 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 :
274 case IOHERE:
297 if (type == IOHERE) {
954 DT(IOHERE)
exec.c 100 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
    [all...]
lex.c 935 ((unsigned int)c == ORD('>') ? IOCAT : IOHERE) : IORDWR;
936 if (iop->ioflag == IOHERE) {
    [all...]
syn.c 197 ishere = (iop->ioflag & IOTYPE) == IOHERE;
eval.c     [all...]
sh.h     [all...]

Completed in 243 milliseconds