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

/freebsd-10.2-release/usr.bin/patch/
H A Dpatch.c702 const LINENUM oldlast = oldfirst + pch_ptrn_lines() - 1; local
711 if (oldlast < oldfirst)
713 else if (oldlast == oldfirst)
717 oldlast, stars);

Completed in 105 milliseconds