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