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

/freebsd-current/contrib/libdiff/test/
H A Dverify_all.sh16 diff_type=unidiff
49 if [ -z "$ignore_whitespace" -a -z "$is_edscript" -a "x$diff_type" = "xunidiff" ]; then
/freebsd-current/usr.bin/patch/
H A Dcommon.h106 extern int diff_type;
H A Dpatch.c86 int diff_type = 0; variable
225 if (source_file != NULL && (diff_type == CONTEXT_DIFF ||
226 diff_type == NEW_CONTEXT_DIFF ||
227 diff_type == UNI_DIFF))
252 if (diff_type == ED_DIFF) {
509 diff_type = 0;
584 diff_type = CONTEXT_DIFF;
605 diff_type = ED_DIFF;
625 diff_type = NORMAL_DIFF;
652 diff_type
[all...]
H A Dpch.c188 diff_type = intuit_diff_type();
189 if (!diff_type) {
200 diff_type == UNI_DIFF ? "a unified diff" :
201 diff_type == CONTEXT_DIFF ? "a context diff" :
202 diff_type == NEW_CONTEXT_DIFF ? "a new-style context diff" :
203 diff_type == NORMAL_DIFF ? "a normal diff" :
360 if ((!diff_type || diff_type == ED_DIFF) &&
369 if ((!diff_type || diff_type
[all...]
/freebsd-current/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 *);
930 enum diff_type dt;
1076 static enum diff_type
1080 enum diff_type type;
1503 enum diff_type type
1621 enum diff_type type
59 enum diff_type { enum
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzfs_ioctl.h395 typedef enum diff_type { enum

Completed in 143 milliseconds