Searched refs:firstBackslash (Results 1 – 1 of 1) sorted by relevance
2426 char *firstBackslash = NULL; in ParseRawLine() local2448 if (firstBackslash == NULL) in ParseRawLine()2449 firstBackslash = p; in ParseRawLine()2485 *out_firstBackslash = firstBackslash; in ParseRawLine()2577 char *firstBackslash; in ReadLowLevelLine() local2583 &line, &line_end, &firstBackslash, &commentLineEnd); in ReadLowLevelLine()2608 if (firstBackslash != NULL) in ReadLowLevelLine()2609 UnescapeBackslash(line, firstBackslash); in ReadLowLevelLine()