Searched refs:eofmark (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dparser.c82 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) argument
981 if (eofmark == NULL || ISDBLQUOTE())
1002 (c != '"' || eofmark != NULL))
1006 else if (eofmark
[all...]

Completed in 86 milliseconds