Searched refs:EndChar (Results 1 – 1 of 1) sorted by relevance
374 INT8 EndChar; in ProcessFile() local564 EndChar = '>'; in ProcessFile()566 EndChar = '"'; in ProcessFile()572 EndChar = 0; in ProcessFile()593 EndChar = 0; in ProcessFile()669 if (EndChar != 0) { in ProcessFile()672 while (*EndPtr && (*EndPtr != EndChar)) { in ProcessFile()676 if (*EndPtr == EndChar) { in ProcessFile()680 if (EndChar != '>') { in ProcessFile()696 Warning (FileNameCopy, LineNum, 0, "malformed include", "missing closing %c", EndChar); in ProcessFile()