OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:heredoc
(Results
1 - 3
of
3
) sorted by 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));
/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/
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
...]
Completed in 35 milliseconds