Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dpatch.c86 int diff_type = 0; variable
225 if (source_file != NULL && (diff_type == CONTEXT_DIFF || in main()
226 diff_type == NEW_CONTEXT_DIFF || in main()
227 diff_type == UNI_DIFF)) in main()
252 if (diff_type == ED_DIFF) { in main()
509 diff_type = 0; in reinitialize_almost_everything()
584 diff_type = CONTEXT_DIFF; in get_some_switches()
605 diff_type = ED_DIFF; in get_some_switches()
625 diff_type = NORMAL_DIFF; in get_some_switches()
652 diff_type = UNI_DIFF; in get_some_switches()
[all …]
H A Dpch.c188 diff_type = intuit_diff_type(); in there_is_another_patch()
189 if (!diff_type) { in there_is_another_patch()
200 diff_type == UNI_DIFF ? "a unified diff" : in there_is_another_patch()
201 diff_type == CONTEXT_DIFF ? "a context diff" : in there_is_another_patch()
202 diff_type == NEW_CONTEXT_DIFF ? "a new-style context diff" : in there_is_another_patch()
203 diff_type == NORMAL_DIFF ? "a normal diff" : in there_is_another_patch()
360 if ((!diff_type || diff_type == ED_DIFF) && in intuit_diff_type()
369 if ((!diff_type || diff_type in intuit_diff_type()
[all...]
H A Dcommon.h106 extern int diff_type;
/freebsd/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 *);
926 enum diff_type dt; in process_diff()
1072 static enum diff_type
1076 enum diff_type type; in process_diff_control()
1499 enum diff_type type in output_diff3_edscript()
1617 enum diff_type type in output_diff3_merge()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_ioctl.h391 typedef enum diff_type { enum