/system/core/sh/ |
parser.c | 79 struct heredoc { struct 80 struct heredoc *next; /* next here document in list */ 89 struct heredoc *heredoclist; /* list of here documents to read */ 99 struct heredoc *heredoc; variable in typeref:struct:heredoc 645 struct heredoc *here = heredoc; 646 struct heredoc *p; 682 struct heredoc *here; 1223 heredoc = (struct heredoc *)stalloc(sizeof (struct heredoc)) [all...] |
/external/mksh/src/ |
tree.c | 223 /* heredoc is NULL when tracing (set -x) */ 225 iop->heredoc) { 227 shf_puts(iop->heredoc, shf); 664 if (p->heredoc != NULL) 665 strdupx(q->heredoc, p->heredoc, ap); 723 if (p->heredoc != NULL) 724 afree(p->heredoc, ap); 932 if (iop->heredoc) { 933 shf_puts(",heredoc=", shf) [all...] |
check.t | [all...] |
sh.h | 811 /* expanded heredoc */ 818 /* temp/heredoc files. The file is removed when the struct is freed. */ 1338 char *heredoc; \/* content of heredoc *\/ member in struct:ioword [all...] |
lex.c | 378 if ((cf & HEREDOC)) 954 iop->heredoc = NULL; 1124 iop->heredoc = xp = evalstr(iop->delim, DOBLANK); 1202 iop->heredoc = Xclose(xs, xp); [all...] |
exec.c | [all...] |
syn.c | 228 nextiop->heredoc = NULL;
|
/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));
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
bash.php | 65 //BASH-style Heredoc
|
perl.php | 72 //Heredoc
|
php-brief.php | 54 //Heredoc and Nowdoc syntax
|
php.php | 61 //Heredoc and Nowdoc syntax [all...] |
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
CHANGES | 67 * Fixed Heredoc Syntax for Bash (SF#2185319, BenBE) 204 * Minor issue with PHP Heredoc and Nowdoc syntax sometimes not getting highlighted (BenBE) 253 - Implemented Heredoc and Nowdoc Syntax for PHP and Perl (SF#1914640, BenBE) [all...] |
geshi-doc.html | [all...] |