Searched refs:IONDELIM (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dlex.c957 iop->flag |= IONDELIM;
1148 eof = iop->flag & IONDELIM ? "<<" : evalstr(iop->delim, 0);
H A Dsyn.c183 if (iop->flag & IONDELIM)
H A Dtree.c207 iop->flag & IONDELIM ? "<<" :
H A Dsh.h1225 #define IONDELIM BIT(11) /* null delimiter (<<) */ macro

Completed in 2727 milliseconds