Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c1145 if (!(iop->flag & IOEVAL)) in readhere()
1216 if (!(iop->flag & IOEVAL)) in readhere()
Dsyn.c202 iop->flag |= IOEVAL; in synio()
Dtree.c928 DB(IOEVAL) in dumpioact()
Dexec.c1498 i = (iop->flag & IOEVAL) ? (ONEWORD | HEREDOC) : 0; in herein()
Dsh.h1360 #define IOEVAL BIT(4) /* expand in << */ macro