Home
last modified time | relevance | path

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

/external/mksh/src/
Dlex.c361 if ((cf & HEREDOC)) in yylex()
Dsh.h1447 #define HEREDOC BIT(11) /* parsing a here document */ macro
Dexec.c1438 if (yylex(ONEWORD|HEREDOC) != LWORD) in hereinval()