Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/patch/
Dpch.c258 bool stars_last_line = false, stars_this_line = false; in intuit_diff_type() local
270 stars_last_line = stars_this_line; in intuit_diff_type()
303 if (!stars_last_line && strnEQ(s, "*** ", 4)) in intuit_diff_type()
347 if ((!diff_type || diff_type == CONTEXT_DIFF) && stars_last_line && in intuit_diff_type()