Lines Matching refs:last_offset
131 static LINENUM last_offset = 0; variable
363 newwhere = pch_newfirst() + last_offset; in main()
383 if (last_offset) in main()
385 last_offset, in main()
386 last_offset == 1L ? "" : "s"); in main()
508 last_offset = 0; in reinitialize_almost_everything()
708 LINENUM first_guess = pch_first() + last_offset; in locate_hunk()
734 last_offset, offset); in locate_hunk()
736 last_offset = offset; in locate_hunk()
742 last_offset, -offset); in locate_hunk()
744 last_offset = -offset; in locate_hunk()
762 const LINENUM oldfirst = pch_first() + last_offset; in abort_context_hunk()
763 const LINENUM newfirst = pch_newfirst() + last_offset; in abort_context_hunk()
828 const LINENUM oldfirst = pch_first() + last_offset; in abort_hunk()
829 const LINENUM newfirst = pch_newfirst() + last_offset; in abort_hunk()