Searched refs:eofmark (Results 1 – 1 of 1) sorted by relevance
83 char *eofmark; /* string indicating end of input */ member769 here->eofmark = wordtext; in parsefname()803 here->eofmark, here->striptabs); in parseheredoc()990 checkend(int c, const char *eofmark, int striptabs) in checkend() argument996 if (c == *eofmark) { in checkend()1000 for (q = eofmark + 1; c2 = pgetc(), *q != '\0' && c2 == *q; q++) in checkend()1010 pushstring(eofmark + 1, q - (eofmark + 1), NULL); in checkend()1012 } else if (c == '\n' && *eofmark == '\0') { in checkend()1400 readtoken1(int firstc, char const *initialsyntax, const char *eofmark, in readtoken1() argument1427 if (eofmark && eofmark != NOEOFMARK) in readtoken1()[all …]