Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/patch/
H A Dpatch.c86 int diff_type = 0; variable
230 if (diff_type == ED_DIFF) { in main()
451 diff_type = 0; in reinitialize_almost_everything()
526 diff_type = CONTEXT_DIFF; in get_some_switches()
547 diff_type = ED_DIFF; in get_some_switches()
567 diff_type = NORMAL_DIFF; in get_some_switches()
594 diff_type = UNI_DIFF; in get_some_switches()
657 if (verbose && fuzz == 0 && (diff_type == CONTEXT_DIFF in locate_hunk()
658 || diff_type == NEW_CONTEXT_DIFF in locate_hunk()
659 || diff_type == UNI_DIFF)) { in locate_hunk()
[all …]
H A Dpch.c187 diff_type = intuit_diff_type(); in there_is_another_patch()
188 if (!diff_type) { in there_is_another_patch()
354 if ((!diff_type || diff_type == ED_DIFF) && in intuit_diff_type()
363 if ((!diff_type || diff_type == UNI_DIFF) && strnEQ(s, "@@ -", 4)) { in intuit_diff_type()
373 if ((!diff_type || diff_type == CONTEXT_DIFF) && stars_last_line && in intuit_diff_type()
389 if ((!diff_type || diff_type == NORMAL_DIFF) && in intuit_diff_type()
539 if (diff_type == CONTEXT_DIFF || diff_type == NEW_CONTEXT_DIFF) { in another_hunk()
751 diff_type == NEW_CONTEXT_DIFF)) { in another_hunk()
837 if (diff_type == CONTEXT_DIFF && in another_hunk()
844 diff_type = NEW_CONTEXT_DIFF; in another_hunk()
[all …]
H A Dcommon.h107 extern int diff_type;
/freebsd-12.1/contrib/diff/src/
H A Ddiff3.c59 enum diff_type { enum
81 enum diff_type correspond; /* Type of diff */
167 static enum diff_type process_diff_control (char **, struct diff_block *);
927 enum diff_type dt; in process_diff()
1073 static enum diff_type
1077 enum diff_type type; in process_diff_control()
1500 enum diff_type type in output_diff3_edscript()
1618 enum diff_type type in output_diff3_merge()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h286 typedef enum diff_type { enum