Home
last modified time | relevance | path

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

/openbsd/usr.bin/patch/
H A Dcommon.h100 #define CONTEXT_DIFF 1 macro
H A Dpch.c205 diff_type == CONTEXT_DIFF ? "a context diff" : in there_is_another_patch()
352 if ((!diff_type || diff_type == CONTEXT_DIFF) && stars_last_line && in intuit_diff_type()
365 retval = (*(s - 1) == '*' ? NEW_CONTEXT_DIFF : CONTEXT_DIFF); in intuit_diff_type()
518 if (diff_type == CONTEXT_DIFF || diff_type == NEW_CONTEXT_DIFF) { in another_hunk()
815 if (diff_type == CONTEXT_DIFF && in another_hunk()
H A Dpatch.c572 diff_type = CONTEXT_DIFF; in get_some_switches()
712 if (verbose && fuzz == 0 && (diff_type == CONTEXT_DIFF in locate_hunk()