Searched refs:firstBackslash (Results 1 – 1 of 1) sorted by relevance
2420 char *firstBackslash = NULL; in ParseRawLine() local2442 if (firstBackslash == NULL) in ParseRawLine()2443 firstBackslash = p; in ParseRawLine()2479 *out_firstBackslash = firstBackslash; in ParseRawLine()2571 char *firstBackslash; in ReadLowLevelLine() local2577 &line, &line_end, &firstBackslash, &commentLineEnd); in ReadLowLevelLine()2602 if (firstBackslash != NULL) in ReadLowLevelLine()2603 UnescapeBackslash(line, firstBackslash); in ReadLowLevelLine()