patch.c | 710 const LINENUM oldfirst = pch_first() + last_offset; local in function:abort_context_hunk 712 const LINENUM oldlast = oldfirst + pch_ptrn_lines() - 1; 721 if (oldlast < oldfirst) 723 else if (oldlast == oldfirst) 724 fprintf(rejfp, "*** %ld%s\n", oldfirst, stars); 726 fprintf(rejfp, "*** %ld,%ld%s\n", oldfirst, 772 const LINENUM oldfirst = pch_first() + last_offset; local in function:abort_hunk 793 pch_ptrn_lines() ? oldfirst : 0,
|