Searched refs:previous_line (Results 1 – 2 of 2) sorted by relevance
371 SourceLine previous_line; in PrintInstructions() local452 if (this_line != previous_line) { in PrintInstructions()471 SourceLine previous_line; in PrintInstructions() local472 previous_line.file = this_line.file; in PrintInstructions()473 previous_line.line = previous_lines[i]; in PrintInstructions()474 auto pos = source_lines_seen.find(previous_line.file); in PrintInstructions()476 pos->second.insert(previous_line.line); in PrintInstructions()478 source_lines_to_display.lines.push_back(previous_line); in PrintInstructions()498 previous_line = this_line; in PrintInstructions()
268 off_t this_line = 0, previous_line; in intuit_diff_type() local 283 previous_line = this_line; in intuit_diff_type() 390 p_start = previous_line; in intuit_diff_type() 398 p_start = previous_line; in intuit_diff_type()