Searched refs:firstBackslash (Results 1 – 1 of 1) sorted by relevance
2366 char *firstBackslash = NULL; in ParseRawLine() local2388 if (firstBackslash == NULL) in ParseRawLine()2389 firstBackslash = p; in ParseRawLine()2425 *out_firstBackslash = firstBackslash; in ParseRawLine()2517 char *firstBackslash; in ReadLowLevelLine() local2523 &line, &line_end, &firstBackslash, &commentLineEnd); in ReadLowLevelLine()2548 if (firstBackslash != NULL) in ReadLowLevelLine()2549 UnescapeBackslash(line, firstBackslash); in ReadLowLevelLine()