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

/external/mksh/src/
H A Dlex.c328 if ((cf & HEREDOC))
366 if ((cf & HEREDOC))
621 if ((cf & HEREDOC) || state == SQBRACE)
H A Dexec.c1592 i = (iop->ioflag & IOEVAL) ? (ONEWORD | HEREDOC) : 0;
H A Dsh.h1638 #define HEREDOC BIT(6) /* parsing a here document body */ macro

Completed in 65 milliseconds