HomeSort by relevance Sort by last modified time
    Searched refs:HEREDOC (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
lex.c 342 if ((cf & HEREDOC))
380 if ((cf & HEREDOC))
627 if ((cf & HEREDOC) || state == SQBRACE)
965 iop->heredoc = NULL;
1149 iop->heredoc = xp = evalstr(iop->delim, DOBLANK);
1227 iop->heredoc = Xclose(xs, xp);
    [all...]
exec.c     [all...]
sh.h 829 /* expanded heredoc */
836 /* temp/heredoc files. The file is removed when the struct is freed. */
1352 char *heredoc; \/* content of heredoc *\/ member in struct:ioword
    [all...]

Completed in 47 milliseconds