Searched refs:diff_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/usr.bin/patch/
H A Dcommon.h107 extern int diff_type;
H A Dpatch.c87 int diff_type = 0; variable
226 if (source_file != NULL && (diff_type == CONTEXT_DIFF ||
227 diff_type == NEW_CONTEXT_DIFF ||
228 diff_type == UNI_DIFF))
253 if (diff_type == ED_DIFF) {
506 diff_type = 0;
581 diff_type = CONTEXT_DIFF;
602 diff_type = ED_DIFF;
622 diff_type = NORMAL_DIFF;
649 diff_type
[all...]
H A Dpch.c189 diff_type = intuit_diff_type();
190 if (!diff_type) {
201 diff_type == UNI_DIFF ? "a unified diff" :
202 diff_type == CONTEXT_DIFF ? "a context diff" :
203 diff_type == NEW_CONTEXT_DIFF ? "a new-style context diff" :
204 diff_type == NORMAL_DIFF ? "a normal diff" :
361 if ((!diff_type || diff_type == ED_DIFF) &&
370 if ((!diff_type || diff_type
[all...]
/freebsd-13-stable/contrib/diff/src/
H A Ddiff3.c60 enum diff_type {
82 enum diff_type correspond; /* Type of diff */
169 static enum diff_type process_diff_control (char **, struct diff_block *);
931 enum diff_type dt;
1077 static enum diff_type
1081 enum diff_type type;
1504 enum diff_type type
1622 enum diff_type type
59 enum diff_type { enum
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzfs_ioctl.h388 typedef enum diff_type { enum

Completed in 82 milliseconds