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);
680 if (p->heredoc != NULL)
681 strdupx(q->heredoc, p->heredoc, ap);
739 if (p->heredoc != NULL)
740 afree(p->heredoc, ap);
952 if (iop->heredoc) {
953 shf_puts(",heredoc=", shf)
    [all...]
exec.c     [all...]
lex.c 342 if ((cf & HEREDOC))
380 if ((cf & HEREDOC))
627 if ((cf & HEREDOC) || state == SQBRACE)
966 iop->heredoc = NULL;
1136 iop->heredoc = xp = evalstr(iop->delim, DOBLANK);
1214 iop->heredoc = Xclose(xs, xp);
    [all...]
syn.c 227 nextiop->heredoc = NULL;
sh.h 825 /* expanded heredoc */
832 /* temp/heredoc files. The file is removed when the struct is freed. */
1349 char *heredoc; \/* content of heredoc *\/ member in struct:ioword
    [all...]

Completed in 119 milliseconds