Searched refs:commentLineEnd (Results 1 – 1 of 1) sorted by relevance
2370 char *commentLineEnd = NULL; in ParseRawLine() local2412 if (ch == '#' && commentLineEnd == NULL && in ParseRawLine()2414 commentLineEnd = line_end; in ParseRawLine()2429 *out_commentLineEnd = commentLineEnd; in ParseRawLine()2521 char *commentLineEnd; in ReadLowLevelLine() local2526 &line, &line_end, &firstBackslash, &commentLineEnd); in ReadLowLevelLine()2530 if (line == line_end || line == commentLineEnd) { in ReadLowLevelLine()2549 if (commentLineEnd != NULL && line[0] != '\t') in ReadLowLevelLine()2550 *commentLineEnd = '\0'; in ReadLowLevelLine()