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 &&
253 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 :
264 case IOHERE:
285 if (type == IOHERE) {
922 DT(IOHERE)
exec.c 95 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
1325 if (iotype != IOHERE)
1330 iotmp.name = (iotype == IOHERE) ? NULL : cp;
1363 case IOHERE:
    [all...]
lex.c 942 (c == '>' ? IOCAT : IOHERE) : IORDWR;
943 if (iop->ioflag == IOHERE) {
    [all...]
syn.c 194 ishere = (iop->ioflag & IOTYPE) == IOHERE;
sh.h     [all...]

Completed in 55 milliseconds