Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c203 iop->ioflag |= IOEVAL | IONDELIM; in synio()
210 iop->ioflag |= IOEVAL; in synio()
Dlex.c1138 if (!(iop->ioflag & IOEVAL)) in readhere()
1209 if (!(iop->ioflag & IOEVAL)) in readhere()
Dtree.c960 DB(IOEVAL) in dumpioact()
Dexec.c1638 i = (iop->ioflag & IOEVAL) ? (ONEWORD | HEREDOC) : 0; in herein()
Dsh.h1953 #define IOEVAL BIT(4) /* expand in << */ macro