Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/patch/
Dcommon.h116 #define UNI_DIFF 5 macro
Dpch.c212 diff_type == UNI_DIFF ? "a unified diff" : in there_is_another_patch()
337 if ((!diff_type || diff_type == UNI_DIFF) && strnEQ(s, "@@ -", 4)) { in intuit_diff_type()
343 retval = UNI_DIFF; in intuit_diff_type()
374 if (retval == UNI_DIFF) { in intuit_diff_type()
869 } else if (diff_type == UNI_DIFF) { in another_hunk()
Dpatch.c596 diff_type = UNI_DIFF; in get_some_switches()
665 || diff_type == UNI_DIFF)) { in locate_hunk()
775 if (diff_type != UNI_DIFF) { in abort_hunk()