patch.c | 711 const LINENUM newfirst = pch_newfirst() + last_offset; local in function:abort_context_hunk 713 const LINENUM newlast = newfirst + pch_repl_lines() - 1; 730 if (newlast < newfirst) 732 else if (newlast == newfirst) 733 fprintf(rejfp, "--- %ld%s\n", newfirst, minuses); 735 fprintf(rejfp, "--- %ld,%ld%s\n", newfirst, 773 const LINENUM newfirst = pch_newfirst() + last_offset; local in function:abort_hunk 794 pch_ptrn_lines(), newfirst, pch_repl_lines());
|