OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HEREDOC
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
exec.c
[
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
...]
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 27 milliseconds