Home
last modified time | relevance | path

Searched refs:commentLineEnd (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/bmake/
H A Dparse.c2332 char *commentLineEnd = NULL; in ParseRawLine() local
2374 if (ch == '#' && commentLineEnd == NULL && in ParseRawLine()
2376 commentLineEnd = line_end; in ParseRawLine()
2391 *out_commentLineEnd = commentLineEnd; in ParseRawLine()
2483 char *commentLineEnd; in ReadLowLevelLine() local
2488 &line, &line_end, &firstBackslash, &commentLineEnd); in ReadLowLevelLine()
2492 if (line == line_end || line == commentLineEnd) { in ReadLowLevelLine()
2511 if (commentLineEnd != NULL && line[0] != '\t') in ReadLowLevelLine()
2512 *commentLineEnd = '\0'; in ReadLowLevelLine()