Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c72 (t->ioact[0]->ioflag & IOTYPE) == IOHERE) { in ptree()
224 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE && in ptree()
252 expected = (type == IOREAD || type == IORDWR || type == IOHERE) ? 0 : in pioact()
263 case IOHERE: in pioact()
286 if (type == IOHERE) { in pioact()
920 DT(IOHERE) in dumpioact()
Dexec.c94 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in execute()
1371 if (iotype != IOHERE) in iosetup()
1376 iotmp.ioname = (iotype == IOHERE) ? NULL : cp; in iosetup()
1422 case IOHERE: in iosetup()
1476 (iotype == IOREAD || iotype == IOHERE) ? in iosetup()
Dlex.c939 (c == '>' ? IOCAT : IOHERE) : IORDWR; in yylex()
940 if (iop->ioflag == IOHERE) { in yylex()
Dsyn.c194 ishere = (iop->ioflag & IOTYPE) == IOHERE; in synio()
Dsh.h1416 #define IOHERE 0x4 /* << (here file) */ macro