Searched refs:firstBackslash (Results 1 – 1 of 1) sorted by relevance
2331 char *firstBackslash = NULL; in ParseRawLine() local2353 if (firstBackslash == NULL) in ParseRawLine()2354 firstBackslash = p; in ParseRawLine()2390 *out_firstBackslash = firstBackslash; in ParseRawLine()2482 char *firstBackslash; in ReadLowLevelLine() local2488 &line, &line_end, &firstBackslash, &commentLineEnd); in ReadLowLevelLine()2513 if (firstBackslash != NULL) in ReadLowLevelLine()2514 UnescapeBackslash(line, firstBackslash); in ReadLowLevelLine()