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

/freebsd-11.0-release/usr.bin/patch/
H A Dpatch.c703 const LINENUM oldfirst = pch_first() + last_offset; local
705 const LINENUM oldlast = oldfirst + pch_ptrn_lines() - 1;
714 if (oldlast < oldfirst)
716 else if (oldlast == oldfirst)
717 fprintf(rejfp, "*** %ld%s\n", oldfirst, stars);
719 fprintf(rejfp, "*** %ld,%ld%s\n", oldfirst,
769 const LINENUM oldfirst = pch_first() + last_offset; local
790 pch_ptrn_lines() ? oldfirst : 0,

Completed in 96 milliseconds