Searched refs:firstBackslash (Results 1 – 1 of 1) sorted by relevance
2384 char *firstBackslash = NULL; in ParseRawLine() local2406 if (firstBackslash == NULL) in ParseRawLine()2407 firstBackslash = p; in ParseRawLine()2443 *out_firstBackslash = firstBackslash; in ParseRawLine()2535 char *firstBackslash; in ReadLowLevelLine() local2541 &line, &line_end, &firstBackslash, &commentLineEnd); in ReadLowLevelLine()2566 if (firstBackslash != NULL) in ReadLowLevelLine()2567 UnescapeBackslash(line, firstBackslash); in ReadLowLevelLine()