Searched refs:diff_type (Results 1 – 4 of 4) sorted by relevance
85 int diff_type = 0; variable 294 if (diff_type == ED_DIFF) { in main() 496 diff_type = 0; in reinitialize_almost_everything() 572 diff_type = CONTEXT_DIFF; in get_some_switches() 593 diff_type = ED_DIFF; in get_some_switches() 616 diff_type = NORMAL_DIFF; in get_some_switches() 646 diff_type = UNI_DIFF; in get_some_switches() 712 if (verbose && fuzz == 0 && (diff_type == CONTEXT_DIFF in locate_hunk() 713 || diff_type == NEW_CONTEXT_DIFF in locate_hunk() 714 || diff_type in locate_hunk() [all...]
192 diff_type = intuit_diff_type(); in there_is_another_patch()193 if (!diff_type) { in there_is_another_patch()204 diff_type == UNI_DIFF ? "a unified diff" : in there_is_another_patch()205 diff_type == CONTEXT_DIFF ? "a context diff" : in there_is_another_patch()206 diff_type == NEW_CONTEXT_DIFF ? "a new-style context diff" : in there_is_another_patch()207 diff_type == NORMAL_DIFF ? "a normal diff" : in there_is_another_patch()333 if ((!diff_type || diff_type == ED_DIFF) && in intuit_diff_type()342 if ((!diff_type || diff_type == UNI_DIFF) && strnEQ(s, "@@ -", 4)) { in intuit_diff_type()352 if ((!diff_type || diff_type == CONTEXT_DIFF) && stars_last_line && in intuit_diff_type()368 if ((!diff_type || diff_type == NORMAL_DIFF) && in intuit_diff_type()[all …]
106 extern int diff_type;
73 enum diff_type { enum95 enum diff_type correspond; /* Type of diff */199 static enum diff_type process_diff_control PARAMS((char **, struct diff_block *));1083 enum diff_type dt;1192 static enum diff_type1199 enum diff_type type;1600 enum diff_type type1603 ((enum diff_type)1727 enum diff_type type1730 ((enum diff_type)