Searched refs:commentLineEnd (Results 1 – 1 of 1) sorted by relevance
2427 char *commentLineEnd = NULL; in ParseRawLine() local2469 if (ch == '#' && commentLineEnd == NULL && in ParseRawLine()2471 commentLineEnd = line_end; in ParseRawLine()2486 *out_commentLineEnd = commentLineEnd; in ParseRawLine()2578 char *commentLineEnd; in ReadLowLevelLine() local2583 &line, &line_end, &firstBackslash, &commentLineEnd); in ReadLowLevelLine()2587 if (line == line_end || line == commentLineEnd) { in ReadLowLevelLine()2606 if (commentLineEnd != NULL && line[0] != '\t') in ReadLowLevelLine()2607 *commentLineEnd = '\0'; in ReadLowLevelLine()