Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dpatch.c766 const LINENUM oldlast = oldfirst + pch_ptrn_lines() - 1; in abort_context_hunk() local
775 if (oldlast < oldfirst) in abort_context_hunk()
777 else if (oldlast == oldfirst) in abort_context_hunk()
781 oldlast, stars); in abort_context_hunk()