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]->flag & IOTYPE) == IOHERE) {
224 if ((iop->flag & (IOTYPE | IOHERESTR)) == IOHERE &&
253 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 :
264 case IOHERE:
281 if (type == IOHERE) {
902 DT(IOHERE)
exec.c 93 (t->ioact[0]->flag & IOTYPE) == IOHERE &&
1293 if (iotype != IOHERE)
1298 iotmp.name = (iotype == IOHERE) ? NULL : cp;
1330 case IOHERE:
    [all...]
lex.c 931 (c == '>' ? IOCAT : IOHERE) : IORDWR;
932 if (iop->flag == IOHERE) {
    [all...]
syn.c 196 ishere = (iop->flag & IOTYPE) == IOHERE;
sh.h     [all...]

Completed in 32 milliseconds