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

  /src/usr.bin/patch/
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,
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,

Completed in 23 milliseconds