Searched refs:eofmark (Results 1 – 1 of 1) sorted by relevance
81 char *eofmark; /* string indicating end of input */ member767 here->eofmark = wordtext; in parsefname()801 here->eofmark, here->striptabs); in parseheredoc()988 checkend(int c, const char *eofmark, int striptabs) in checkend() argument994 if (c == *eofmark) { in checkend()998 for (q = eofmark + 1; c2 = pgetc(), *q != '\0' && c2 == *q; q++) in checkend()1008 pushstring(eofmark + 1, q - (eofmark + 1), NULL); in checkend()1010 } else if (c == '\n' && *eofmark == '\0') { in checkend()1398 readtoken1(int firstc, char const *initialsyntax, const char *eofmark, in readtoken1() argument1425 if (eofmark && eofmark != NOEOFMARK) in readtoken1()[all …]