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