Lines Matching refs:last_offset
130 static LINENUM last_offset = 0; variable
322 newwhere = pch_newfirst() + last_offset; in main()
342 if (last_offset) in main()
344 last_offset, in main()
345 last_offset == 1L ? "" : "s"); in main()
450 last_offset = 0; in reinitialize_almost_everything()
650 LINENUM first_guess = pch_first() + last_offset; in locate_hunk()
676 last_offset, offset); in locate_hunk()
678 last_offset = offset; in locate_hunk()
684 last_offset, -offset); in locate_hunk()
686 last_offset = -offset; in locate_hunk()
704 const LINENUM oldfirst = pch_first() + last_offset; in abort_context_hunk()
705 const LINENUM newfirst = pch_newfirst() + last_offset; in abort_context_hunk()
770 const LINENUM oldfirst = pch_first() + last_offset; in abort_hunk()
771 const LINENUM newfirst = pch_newfirst() + last_offset; in abort_hunk()