Home
last modified time | relevance | path

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

/plan9/sys/src/ape/cmd/patch/
H A Dpch.c197 diff_type = intuit_diff_type(); in there_is_another_patch()
198 if (diff_type == NO_DIFF) { in there_is_another_patch()
216 diff_type == UNI_DIFF ? "a unified diff" : in there_is_another_patch()
217 diff_type == CONTEXT_DIFF ? "a context diff" : in there_is_another_patch()
218 diff_type == NEW_CONTEXT_DIFF ? "a new-style context diff" : in there_is_another_patch()
219 diff_type == NORMAL_DIFF ? "a normal diff" : in there_is_another_patch()
375 if ((diff_type == NO_DIFF || diff_type == ED_DIFF) && in intuit_diff_type()
384 if ((diff_type == NO_DIFF || diff_type == UNI_DIFF) in intuit_diff_type()
415 if ((diff_type == NO_DIFF in intuit_diff_type()
416 || diff_type == CONTEXT_DIFF in intuit_diff_type()
[all …]
H A Dpatch.c180 if (diff_type == ED_DIFF) {
212 while (0 < (got_hunk = another_hunk (diff_type, reverse))) {
392 if (diff_type != ED_DIFF) {
450 diff_type = NO_DIFF; in reinitialize_almost_everything()
629 diff_type = CONTEXT_DIFF; in get_some_switches()
639 diff_type = ED_DIFF; in get_some_switches()
660 diff_type = NORMAL_DIFF; in get_some_switches()
690 diff_type = UNI_DIFF; in get_some_switches()
894 (int) NEW_CONTEXT_DIFF <= (int) diff_type ? " ****" : ""; in abort_hunk()
896 (int) NEW_CONTEXT_DIFF <= (int) diff_type ? " ----" : " -----"; in abort_hunk()
H A Dcommon.h193 XTERN enum diff diff_type; variable
H A DChangeLog794 (diff_type): Use it instead of small integers.
/plan9/sys/src/ape/cmd/diff/
H A Ddiff3.c54 enum diff_type { enum
76 enum diff_type correspond; /* Type of diff */
183 static enum diff_type process_diff_control PARAMS((char **, struct diff_block *));
946 enum diff_type dt;
1054 static enum diff_type
1061 enum diff_type type;
1486 enum diff_type type
1489 ((enum diff_type)
1614 enum diff_type type
1617 ((enum diff_type)