HomeSort by relevance Sort by last modified time
    Searched refs:heredoc (Results 1 - 6 of 6) sorted by null

  /external/mksh/src/
tree.c 223 /* 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);
951 if (iop->heredoc) {
952 shf_puts(",heredoc=", shf)
    [all...]
exec.c     [all...]
lex.c 340 if ((cf & HEREDOC))
378 if ((cf & HEREDOC))
626 if ((cf & HEREDOC) || state == SQBRACE)
967 iop->heredoc = NULL;
1137 iop->heredoc = xp = evalstr(iop->delim, DOBLANK);
1215 iop->heredoc = Xclose(xs, xp);
    [all...]
syn.c 227 nextiop->heredoc = NULL;
sh.h 810 /* expanded heredoc */
817 /* temp/heredoc files. The file is removed when the struct is freed. */
1334 char *heredoc; \/* content of heredoc *\/ member in struct:ioword
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
php.js 7 function heredoc(delim) { function
34 state.tokenize = heredoc(stream.current().slice(3));

Completed in 79 milliseconds