Lines Matching refs:last_offset
132 static LINENUM last_offset = 0; variable
364 newwhere = pch_newfirst() + last_offset; in main()
384 if (last_offset) in main()
386 last_offset, in main()
387 last_offset == 1L ? "" : "s"); in main()
505 last_offset = 0; in reinitialize_almost_everything()
705 LINENUM first_guess = pch_first() + last_offset; in locate_hunk()
731 last_offset, offset); in locate_hunk()
733 last_offset = offset; in locate_hunk()
739 last_offset, -offset); in locate_hunk()
741 last_offset = -offset; in locate_hunk()
759 const LINENUM oldfirst = pch_first() + last_offset; in abort_context_hunk()
760 const LINENUM newfirst = pch_newfirst() + last_offset; in abort_context_hunk()
825 const LINENUM oldfirst = pch_first() + last_offset; in abort_hunk()
826 const LINENUM newfirst = pch_newfirst() + last_offset; in abort_hunk()