Home
last modified time | relevance | path

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

/NextBSD/usr.bin/patch/
HDcommon.h105 #define UNI_DIFF 5 macro
HDpch.c196 diff_type == UNI_DIFF ? "a unified diff" : in there_is_another_patch()
346 if ((!diff_type || diff_type == UNI_DIFF) && strnEQ(s, "@@ -", 4)) { in intuit_diff_type()
352 retval = UNI_DIFF; in intuit_diff_type()
383 if (retval == UNI_DIFF) { in intuit_diff_type()
864 } else if (diff_type == UNI_DIFF) { in another_hunk()
HDpatch.c593 diff_type = UNI_DIFF; in get_some_switches()
658 || diff_type == UNI_DIFF)) { in locate_hunk()
772 if (diff_type != UNI_DIFF) { in abort_hunk()