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

/freebsd-11.0-release/usr.bin/patch/
H A Dpatch.c705 const LINENUM oldlast = oldfirst + pch_ptrn_lines() - 1; local
714 if (oldlast < oldfirst)
716 else if (oldlast == oldfirst)
720 oldlast, stars);

Completed in 161 milliseconds