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

/freebsd-10.1-release/usr.bin/patch/
H A Dpatch.c700 const LINENUM oldfirst = pch_first() + last_offset; local
702 const LINENUM oldlast = oldfirst + pch_ptrn_lines() - 1;
711 if (oldlast < oldfirst)
713 else if (oldlast == oldfirst)
714 fprintf(rejfp, "*** %ld%s\n", oldfirst, stars);
716 fprintf(rejfp, "*** %ld,%ld%s\n", oldfirst,
766 const LINENUM oldfirst = pch_first() + last_offset; local
787 pch_ptrn_lines() ? oldfirst : 0,

Completed in 42 milliseconds