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

/external/mksh/src/
H A Dtree.c72 (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) {
922 DT(IOHERE)
H A Dexec.c93 (t->ioact[0]->flag & IOTYPE) == IOHERE &&
1301 if (iotype != IOHERE)
1306 iotmp.name = (iotype == IOHERE) ? NULL : cp;
1339 case IOHERE:
1384 (iotype == IOREAD || iotype == IOHERE) ?
H A Dlex.c943 (c == '>' ? IOCAT : IOHERE) : IORDWR;
944 if (iop->flag == IOHERE) {
H A Dsyn.c195 ishere = (iop->flag & IOTYPE) == IOHERE;
H A Dsh.h1357 #define IOHERE 0x4 /* << (here file) */ macro

Completed in 773 milliseconds