HomeSort by: relevance | last modified time | path
    Searched defs:newfirst (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/patch/
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());
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());

Completed in 95 milliseconds