Home
last modified time | relevance | path

Searched refs:NEW_CONTEXT_DIFF (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/patch/
H A Dcommon.h103 #define NEW_CONTEXT_DIFF 4 macro
H A Dpatch.c226 diff_type == NEW_CONTEXT_DIFF || in main()
716 || diff_type == NEW_CONTEXT_DIFF in locate_hunk()
768 const char *stars = (diff_type >= NEW_CONTEXT_DIFF ? " ****" : ""); in abort_context_hunk()
769 const char *minuses = (diff_type >= NEW_CONTEXT_DIFF ? " ----" : " -----"); in abort_context_hunk()
H A Dpch.c202 diff_type == NEW_CONTEXT_DIFF ? "a new-style context diff" : in there_is_another_patch()
392 retval = (*(s - 1) == '*' ? NEW_CONTEXT_DIFF : CONTEXT_DIFF); in intuit_diff_type()
563 if (diff_type == CONTEXT_DIFF || diff_type == NEW_CONTEXT_DIFF) { in another_hunk()
770 diff_type == NEW_CONTEXT_DIFF)) { in another_hunk()
863 diff_type = NEW_CONTEXT_DIFF; in another_hunk()