Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dphp.js7 function heredoc(delim) { function
34 state.tokenize = heredoc(stream.current().slice(3));
/external/mksh/src/
Dtree.c225 iop->heredoc) { in ptree()
227 shf_puts(iop->heredoc, shf); in ptree()
664 if (p->heredoc != NULL) in iocopy()
665 strdupx(q->heredoc, p->heredoc, ap); in iocopy()
723 if (p->heredoc != NULL) in iofree()
724 afree(p->heredoc, ap); in iofree()
932 if (iop->heredoc) { in dumpioact()
934 print_value_quoted(shf, iop->heredoc); in dumpioact()
Dcheck.t2104 name: heredoc-1
2116 name: heredoc-2
2135 name: heredoc-3
2137 Check that newline isn't needed after heredoc-delimiter marker.
2147 name: heredoc-4
2149 Check that an error occurs if the heredoc-delimiter is missing.
2157 name: heredoc-5
2182 name: heredoc-6
2197 name: heredoc-7
2216 name: heredoc-8
[all …]
Dlex.c954 iop->heredoc = NULL; in yylex()
1124 iop->heredoc = xp = evalstr(iop->delim, DOBLANK); in readhere()
1202 iop->heredoc = Xclose(xs, xp); in readhere()
Dexec.c1477 if (iop->heredoc == NULL) { in herein()
1488 return (hereinval(iop->heredoc, i, resbuf, NULL)); in herein()
1505 if (hereinval(iop->heredoc, i, NULL, shf) == -2) { in herein()
Dsyn.c228 nextiop->heredoc = NULL; in synio()
Dsh.h1338 char *heredoc; /* content of heredoc */ member