Lines Matching refs:last_offset
136 static LINENUM last_offset = 0; variable
321 newwhere = pch_newfirst() + last_offset; in main()
341 if (last_offset) in main()
343 last_offset, in main()
344 last_offset == 1L ? "" : "s"); in main()
451 last_offset = 0; in reinitialize_almost_everything()
656 LINENUM first_guess = pch_first() + last_offset; in locate_hunk()
682 last_offset, offset); in locate_hunk()
684 last_offset = offset; in locate_hunk()
690 last_offset, -offset); in locate_hunk()
692 last_offset = -offset; in locate_hunk()
710 const LINENUM oldfirst = pch_first() + last_offset; in abort_context_hunk()
711 const LINENUM newfirst = pch_newfirst() + last_offset; in abort_context_hunk()
772 const LINENUM oldfirst = pch_first() + last_offset; in abort_hunk()
773 const LINENUM newfirst = pch_newfirst() + last_offset; in abort_hunk()