Searched refs:IOHERE (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dtree.c202 if ((iop->flag & (IOTYPE | IOHERESTR)) == IOHERE &&
229 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 :
240 case IOHERE:
257 if (type == IOHERE) {
H A Dexec.c89 (t->ioact[0]->flag & IOTYPE) == IOHERE &&
1278 if (iotype != IOHERE)
1283 iotmp.name = (iotype == IOHERE) ? NULL : cp;
1315 case IOHERE:
1357 (iotype == IOREAD || iotype == IOHERE) ?
H A Dsyn.c185 ishere = (iop->flag & IOTYPE) == IOHERE;
H A Dsh.h1215 #define IOHERE 0x4 /* << (here file) */ macro

Completed in 62 milliseconds