HomeSort by: relevance | last modified time | path
    Searched defs:stars_last_line (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 24 milliseconds