Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dcommon.h100 #define CONTEXT_DIFF 1 macro
H A Dpch.c201 diff_type == CONTEXT_DIFF ? "a context diff" : in there_is_another_patch()
379 if ((!diff_type || diff_type == CONTEXT_DIFF) && stars_last_line && in intuit_diff_type()
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()
856 if (diff_type == CONTEXT_DIFF && in another_hunk()
H A Dpatch.c225 if (source_file != NULL && (diff_type == CONTEXT_DIFF || in main()
584 diff_type = CONTEXT_DIFF; in get_some_switches()
715 if (verbose && fuzz == 0 && (diff_type == CONTEXT_DIFF in locate_hunk()