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

  /external/mksh/src/
lex.c 340 if ((cf & HEREDOC))
378 if ((cf & HEREDOC))
626 if ((cf & HEREDOC) || state == SQBRACE)
967 iop->heredoc = NULL;
1137 iop->heredoc = xp = evalstr(iop->delim, DOBLANK);
1215 iop->heredoc = Xclose(xs, xp);
    [all...]
exec.c     [all...]
sh.h 810 /* expanded heredoc */
817 /* temp/heredoc files. The file is removed when the struct is freed. */
1334 char *heredoc; \/* content of heredoc *\/ member in struct:ioword
    [all...]

Completed in 49 milliseconds