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:
285 if (type == IOHERE) {
921 DT(IOHERE)
exec.c 93 (t->ioact[0]->flag & IOTYPE) == IOHERE &&
1302 if (iotype != IOHERE)
1307 iotmp.name = (iotype == IOHERE) ? NULL : cp;
1340 case IOHERE:
    [all...]
lex.c 944 (c == '>' ? IOCAT : IOHERE) : IORDWR;
945 if (iop->flag == IOHERE) {
    [all...]
syn.c 195 ishere = (iop->flag & IOTYPE) == IOHERE;
sh.h     [all...]

Completed in 352 milliseconds