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

  /external/mksh/src/
lex.c 328 if ((cf & HEREDOC))
366 if ((cf & HEREDOC))
621 if ((cf & HEREDOC) || state == SQBRACE)
960 iop->heredoc = NULL;
1197 iop->heredoc = Xclose(xs, xp);
    [all...]
exec.c     [all...]
sh.h 873 /* expanded heredoc */
880 /* temp/heredoc files. The file is removed when the struct is freed. */
1406 char *heredoc; \/* content of heredoc *\/ member in struct:ioword
    [all...]

Completed in 177 milliseconds