Searched refs:HEREDOC (Results 1 – 3 of 3) sorted by relevance
/external/mksh/src/ | ||
D | lex.c | 361 if ((cf & HEREDOC)) in yylex() |
D | sh.h | 1447 #define HEREDOC BIT(11) /* parsing a here document */ macro |
D | exec.c | 1438 if (yylex(ONEWORD|HEREDOC) != LWORD) in hereinval() |