Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dcommon.h104 #define UNI_DIFF 5 macro
H A Dpatch.c227 diff_type == UNI_DIFF)) in main()
652 diff_type = UNI_DIFF; in get_some_switches()
717 || diff_type == UNI_DIFF)) { in locate_hunk()
833 if (diff_type != UNI_DIFF) { in abort_hunk()
H A Dpch.c200 diff_type == UNI_DIFF ? "a unified diff" : in there_is_another_patch()
369 if ((!diff_type || diff_type == UNI_DIFF) && strnEQ(s, "@@ -", 4)) { in intuit_diff_type()
375 retval = UNI_DIFF; in intuit_diff_type()
406 if (retval == UNI_DIFF) { in intuit_diff_type()
900 } else if (diff_type == UNI_DIFF) { in another_hunk()