Searched refs:IOHERESTR (Results 1 - 3 of 3) sorted by relevance

/external/mksh/src/
H A Dtree.c224 if ((iop->flag & (IOTYPE | IOHERESTR)) == IOHERE &&
288 if (iop->flag & IOHERESTR)
934 DB(IOHERESTR)
H A Dlex.c949 iop->flag |= IOHERESTR;
1113 if (iseof && !((*p)->flag & IOHERESTR))
1134 if (iop->flag & IOHERESTR) {
H A Dsh.h1366 #define IOHERESTR BIT(10) /* <<< (here string) */ macro

Completed in 88 milliseconds