Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c203 iop->heredoc) { in ptree()
205 shf_puts(iop->heredoc, shf); in ptree()
634 if (p->heredoc != NULL) in iocopy()
635 strdupx(q->heredoc, p->heredoc, ap); in iocopy()
693 if (p->heredoc != NULL) in iofree()
694 afree(p->heredoc, ap); in iofree()
Dcheck.t1945 name: heredoc-1
1957 name: heredoc-2
1976 name: heredoc-3
1978 Check that newline isn't needed after heredoc-delimiter marker.
1988 name: heredoc-4
1990 Check that an error occurs if the heredoc-delimiter is missing.
1998 name: heredoc-5
2023 name: heredoc-6
2038 name: heredoc-7
2057 name: heredoc-8
[all …]
Dlex.c971 iop->heredoc = NULL; in yylex()
1141 iop->heredoc = xp = evalstr(iop->delim, DOBLANK); in readhere()
1219 iop->heredoc = Xclose(xs, xp); in readhere()
Dexec.c95 herein(t->ioact[0]->heredoc, t->ioact[0]->flag & IOEVAL, in execute()
1318 u = herein(iop->heredoc, iop->flag & IOEVAL, NULL); in iosetup()
Dsyn.c217 nextiop->heredoc = NULL; in synio()
Dsh.h1207 char *heredoc; /* content of heredoc */ member