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

/macosx-10.9.5/patch_cmds-17/patch/
H A Dpatch.c686 const LINENUM oldfirst = pch_first() + last_offset; local
688 const LINENUM oldlast = oldfirst + pch_ptrn_lines() - 1;
697 if (oldlast < oldfirst)
699 else if (oldlast == oldfirst)
700 fprintf(rejfp, "*** %ld%s\n", oldfirst, stars);
702 fprintf(rejfp, "*** %ld,%ld%s\n", oldfirst,
748 const LINENUM oldfirst = pch_first() + last_offset; local
769 pch_ptrn_lines() ? oldfirst : 0,
/macosx-10.9.5/gpatch-3/patch/
H A Dpatch.c939 LINENUM oldfirst = pch_first() + last_offset; local
941 LINENUM oldlast = oldfirst + pch_ptrn_lines() - 1;
954 if (oldlast < oldfirst)
956 else if (oldlast == oldfirst)
958 format_linenum (numbuf0, oldfirst), stars);
961 format_linenum (numbuf0, oldfirst),

Completed in 118 milliseconds