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

  /external/mksh/src/
tree.c 223 /* heredoc is NULL when tracing (set -x) */
225 iop->heredoc) {
227 shf_puts(iop->heredoc, shf);
676 if (p->heredoc != NULL)
677 strdupx(q->heredoc, p->heredoc, ap);
732 afree(p->heredoc, ap);
950 if (iop->heredoc) {
951 shf_puts(",heredoc=", shf);
952 print_value_quoted(shf, iop->heredoc);
    [all...]
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...]
syn.c 237 nextiop->heredoc = NULL;
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 52 milliseconds