OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eofmark
(Results
1 - 1
of
1
) sorted by null
/system/core/sh/
parser.c
82
char *
eofmark
; /* string indicating end of input */
member in struct:heredoc
659
here->
eofmark
= wordtext;
693
here->
eofmark
, here->striptabs);
867
* If
eofmark
is NULL, read a word or a redirection symbol. If
eofmark
868
* is not NULL, read a here document. In the latter case,
eofmark
is the
908
readtoken1(int firstc, char const *syntax, char *
eofmark
, int striptabs)
981
if (
eofmark
== NULL || ISDBLQUOTE())
1002
(c != '"' ||
eofmark
!= NULL))
1006
else if (
eofmark
== NULL)
[
all
...]
Completed in 45 milliseconds