Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c199 iop->ioflag |= IOEVAL | IONDELIM; in synio()
206 iop->ioflag |= IOEVAL; in synio()
Dlex.c1117 if (!(iop->ioflag & IOEVAL)) in readhere()
1188 if (!(iop->ioflag & IOEVAL)) in readhere()
Dtree.c959 DB(IOEVAL) in dumpioact()
Dexec.c1621 i = (iop->ioflag & IOEVAL) ? (ONEWORD | HEREDOC) : 0; in herein()
Dsh.h1739 #define IOEVAL BIT(4) /* expand in << */ macro