Home
last modified time | relevance | path

Searched refs:IOHERE (Results 1 – 6 of 6) sorted by relevance

/external/mksh/src/
Dtree.c70 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in ptree()
235 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE && in ptree()
263 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 : in pioact()
274 case IOHERE: in pioact()
297 if (type == IOHERE) { in pioact()
953 DT(IOHERE) in dumpioact()
Dexec.c99 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in execute()
1405 if (iotype != IOHERE) in iosetup()
1410 iotmp.ioname = (iotype == IOHERE) ? NULL : cp; in iosetup()
1456 case IOHERE: in iosetup()
1513 (iotype == IOREAD || iotype == IOHERE) ? in iosetup()
Dlex.c917 (c == '>' ? IOCAT : IOHERE) : IORDWR; in yylex()
918 if (iop->ioflag == IOHERE) { in yylex()
Dsyn.c193 ishere = (iop->ioflag & IOTYPE) == IOHERE; in synio()
Deval.c1407 case IOHERE: in comsub()
Dsh.h1736 #define IOHERE 0x4 /* << (here file) */ macro