Searched refs:eofmark (Results 1 – 1 of 1) sorted by relevance
82 char *eofmark; /* string indicating end of input */ member659 here->eofmark = wordtext; in parsefname()693 here->eofmark, here->striptabs); in parseheredoc()908 readtoken1(int firstc, char const *syntax, char *eofmark, int striptabs) in readtoken1() argument981 if (eofmark == NULL || ISDBLQUOTE()) in readtoken1()1002 (c != '"' || eofmark != NULL)) in readtoken1()1006 else if (eofmark == NULL) { in readtoken1()1017 if (eofmark == NULL) in readtoken1()1023 if (eofmark != NULL && arinest == 0 && in readtoken1()1039 if (eofmark != NULL && arinest == 0 && in readtoken1()[all …]