Searched refs:EOLLen (Results 1 – 1 of 1) sorted by relevance
239 static bool wasLineContinuation(const char *First, unsigned EOLLen) { in wasLineContinuation() argument240 return *(First - (int)EOLLen - 1) == '\\'; in wasLineContinuation()