Home
last modified time | relevance | path

Searched refs:heredoc (Results 1 – 6 of 6) sorted by relevance

/external/mksh/src/
Dtree.c225 iop->heredoc) { in ptree()
227 shf_puts(iop->heredoc, shf); in ptree()
680 if (p->heredoc != NULL) in iocopy()
681 strdupx(q->heredoc, p->heredoc, ap); in iocopy()
739 if (p->heredoc != NULL) in iofree()
740 afree(p->heredoc, ap); in iofree()
952 if (iop->heredoc) { in dumpioact()
954 print_value_quoted(shf, iop->heredoc); in dumpioact()
Dcheck.t2179 name: heredoc-1
2191 name: heredoc-2
2210 name: heredoc-3
2212 Check that newline isn't needed after heredoc-delimiter marker.
2222 name: heredoc-4
2224 Check that an error occurs if the heredoc-delimiter is missing.
2232 name: heredoc-5
2257 name: heredoc-6
2272 name: heredoc-7
2291 name: heredoc-8
[all …]
Dlex.c965 iop->heredoc = NULL; in yylex()
1149 iop->heredoc = xp = evalstr(iop->delim, DOBLANK); in readhere()
1227 iop->heredoc = Xclose(xs, xp); in readhere()
Dexec.c1515 if (iop->heredoc == NULL) { in herein()
1526 return (hereinval(iop->heredoc, i, resbuf, NULL)); in herein()
1543 if (hereinval(iop->heredoc, i, NULL, shf) == -2) { in herein()
Dsyn.c227 nextiop->heredoc = NULL; in synio()
Dsh.h1352 char *heredoc; /* content of heredoc */ member