Home
last modified time | relevance | path

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

/external/mksh/src/
Dtree.c236 iop->heredoc) { in ptree()
238 shf_puts(iop->heredoc, shf); in ptree()
703 if (p->heredoc != NULL) in iocopy()
704 strdupx(q->heredoc, p->heredoc, ap); in iocopy()
759 afree(p->heredoc, ap); in iofree()
984 if (iop->heredoc) { in dumpioact()
986 print_value_quoted(shf, iop->heredoc); in dumpioact()
Dcheck.t2560 name: heredoc-1
2572 name: heredoc-2
2591 name: heredoc-3
2593 Check that newline isn't needed after heredoc-delimiter marker.
2603 name: heredoc-4a
2605 Check that an error occurs if the heredoc-delimiter is missing.
2613 name: heredoc-4an
2615 Check that an error occurs if the heredoc-delimiter is missing.
2624 name: heredoc-4b
2626 Check that an error occurs if the heredoc is missing.
[all …]
Dlex.c956 iop->heredoc = NULL; in yylex()
1207 iop->heredoc = Xclose(xs, xp); in readhere()
Dsyn.c231 nextiop->heredoc = NULL; in synio()
Dexec.c1596 const char * volatile ccp = iop->heredoc; in hereinval()
Dsh.h1940 char *heredoc; /* content of heredoc */ member
/external/strace/
DChangeLog18588 tests/sched.test: use heredoc in order to avoid spawning of subprocess.
18593 is better to supply via heredoc and not pipe.
18595 * tests/sched.test: Move test cases to heredoc.