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()
702 if (p->heredoc != NULL) in iocopy()
703 strdupx(q->heredoc, p->heredoc, ap); in iocopy()
758 afree(p->heredoc, ap); in iofree()
983 if (iop->heredoc) { in dumpioact()
985 print_value_quoted(shf, iop->heredoc); in dumpioact()
Dcheck.t2455 name: heredoc-1
2467 name: heredoc-2
2486 name: heredoc-3
2488 Check that newline isn't needed after heredoc-delimiter marker.
2498 name: heredoc-4a
2500 Check that an error occurs if the heredoc-delimiter is missing.
2508 name: heredoc-4an
2510 Check that an error occurs if the heredoc-delimiter is missing.
2519 name: heredoc-4b
2521 Check that an error occurs if the heredoc is missing.
[all …]
Dlex.c938 iop->heredoc = NULL; in yylex()
1186 iop->heredoc = Xclose(xs, xp); in readhere()
Dsyn.c227 nextiop->heredoc = NULL; in synio()
Dexec.c1579 const char * volatile ccp = iop->heredoc; in hereinval()
Dsh.h1726 char *heredoc; /* content of heredoc */ member
/external/strace/
DChangeLog3944 tests/sched.test: use heredoc in order to avoid spawning of subprocess.
3949 is better to supply via heredoc and not pipe.
3951 * tests/sched.test: Move test cases to heredoc.