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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dphp.js19 function heredoc(delim) {
118 state.tokenize = heredoc(stream.current().slice(3));
/external/mksh/src/
H A Dtree.c223 /* heredoc is NULL when tracing (set -x) */
225 iop->heredoc) {
227 shf_puts(iop->heredoc, shf);
680 if (p->heredoc != NULL)
681 strdupx(q->heredoc, p->heredoc, ap);
739 if (p->heredoc != NULL)
740 afree(p->heredoc, ap);
952 if (iop->heredoc) {
953 shf_puts(",heredoc
[all...]
H A Dexec.c1463 /* do substitutions on the content of heredoc */
1491 if (iop->heredoc == NULL) {
1502 return (hereinval(iop->heredoc, i, resbuf, NULL));
1519 if (hereinval(iop->heredoc, i, NULL, shf) == -2) {
H A Dlex.c966 iop->heredoc = NULL;
1136 iop->heredoc = xp = evalstr(iop->delim, DOBLANK);
1214 iop->heredoc = Xclose(xs, xp);
H A Dsyn.c227 nextiop->heredoc = NULL;
H A Dsh.h825 /* expanded heredoc */
832 /* temp/heredoc files. The file is removed when the struct is freed. */
1347 char *name; /* file name (unused if heredoc) */
1349 char *heredoc; /* content of heredoc */ member in struct:ioword

Completed in 980 milliseconds