Home
last modified time | relevance | path

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

/third_party/mksh/
Dsyn.c203 iop->ioflag |= IOEVAL | IONDELIM; in synio()
210 iop->ioflag |= IOEVAL; in synio()
Dlex.c1137 if (!(iop->ioflag & IOEVAL)) in readhere()
1208 if (!(iop->ioflag & IOEVAL)) in readhere()
Dtree.c966 DB(IOEVAL) in dumpioact()
Dexec.c1632 i = (iop->ioflag & IOEVAL) ? (ONEWORD | HEREDOC) : 0; in herein()
Dsh.h2026 #define IOEVAL BIT(4) /* expand in << */ macro