Home
last modified time | relevance | path

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

/trueos/usr.bin/patch/
HDcommon.h112 #define NEW_CONTEXT_DIFF 4 macro
HDpch.c198 diff_type == NEW_CONTEXT_DIFF ? "a new-style context diff" : in there_is_another_patch()
369 retval = (*(s - 1) == '*' ? NEW_CONTEXT_DIFF : CONTEXT_DIFF); in intuit_diff_type()
522 if (diff_type == CONTEXT_DIFF || diff_type == NEW_CONTEXT_DIFF) { in another_hunk()
734 diff_type == NEW_CONTEXT_DIFF)) { in another_hunk()
827 diff_type = NEW_CONTEXT_DIFF; in another_hunk()
HDpatch.c654 || diff_type == NEW_CONTEXT_DIFF in locate_hunk()
704 const char *stars = (diff_type >= NEW_CONTEXT_DIFF ? " ****" : ""); in abort_context_hunk()
705 const char *minuses = (diff_type >= NEW_CONTEXT_DIFF ? " ----" : " -----"); in abort_context_hunk()