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

/freebsd-10.3-release/usr.bin/patch/
H A Dcommon.h111 #define UNI_DIFF 5 macro
H A Dpatch.c591 diff_type = UNI_DIFF;
655 || diff_type == UNI_DIFF)) {
769 if (diff_type != UNI_DIFF) {
H A Dpch.c196 diff_type == UNI_DIFF ? "a unified diff" :
346 if ((!diff_type || diff_type == UNI_DIFF) && strnEQ(s, "@@ -", 4)) {
352 retval = UNI_DIFF;
383 if (retval == UNI_DIFF) {
864 } else if (diff_type == UNI_DIFF) {

Completed in 129 milliseconds