Searched refs:lasthunk (Results 1 – 1 of 1) sorted by relevance
123 DiffMyers.change lasthunk = null; // Set to the last potential hunk in mergeDiffs() local128 if (lasthunk == null) { in mergeDiffs()131 lasthunk = hunk; in mergeDiffs()140 first0 == lasthunk.line0 + lasthunk.deleted + 1 && in mergeDiffs()141 first1 == lasthunk.line1 + lasthunk.inserted + 1) { in mergeDiffs()143 lasthunk.deleted += 2; in mergeDiffs()144 lasthunk.inserted += 2; in mergeDiffs()145 lasthunk.link = hunk.link; in mergeDiffs()147 lasthunk = null; in mergeDiffs()