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()
954 DT(IOHERE) in dumpioact()
Dexec.c100 (t->ioact[0]->ioflag & IOTYPE) == IOHERE && in execute()
1420 if (iotype != IOHERE) in iosetup()
1425 iotmp.ioname = (iotype == IOHERE) ? NULL : cp; in iosetup()
1471 case IOHERE: in iosetup()
1530 (iotype == IOREAD || iotype == IOHERE) ? in iosetup()
Dlex.c935 ((unsigned int)c == ORD('>') ? IOCAT : IOHERE) : IORDWR; in yylex()
936 if (iop->ioflag == IOHERE) { in yylex()
Dsyn.c197 ishere = (iop->ioflag & IOTYPE) == IOHERE; in synio()
Deval.c1418 case IOHERE: in comsub()
Dsh.h1950 #define IOHERE 0x4 /* << (here file) */ macro