Home
last modified time | relevance | path

Searched refs:oldfirst (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/patch/
H A Dpatch.c764 const LINENUM oldfirst = pch_first() + last_offset; in abort_context_hunk() local
766 const LINENUM oldlast = oldfirst + pch_ptrn_lines() - 1; in abort_context_hunk()
775 if (oldlast < oldfirst) in abort_context_hunk()
777 else if (oldlast == oldfirst) in abort_context_hunk()
778 fprintf(rejfp, "*** %ld%s\n", oldfirst, stars); in abort_context_hunk()
780 fprintf(rejfp, "*** %ld,%ld%s\n", oldfirst, in abort_context_hunk()
830 const LINENUM oldfirst = pch_first() + last_offset; in abort_hunk() local
851 pch_ptrn_lines() ? oldfirst : 0, in abort_hunk()