Searched refs:CONTEXT_DIFF (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/patch_cmds-17/patch/
H A Dcommon.h106 #define CONTEXT_DIFF 1 macro
H A Dpch.c205 diff_type == CONTEXT_DIFF ? "a context diff" :
339 if ((!diff_type || diff_type == CONTEXT_DIFF) && stars_last_line &&
352 retval = (*(s - 1) == '*' ? NEW_CONTEXT_DIFF : CONTEXT_DIFF);
503 if (diff_type == CONTEXT_DIFF || diff_type == NEW_CONTEXT_DIFF) {
790 if (diff_type == CONTEXT_DIFF &&
H A Dpatch.c506 diff_type = CONTEXT_DIFF;
639 if (verbose && fuzz == 0 && (diff_type == CONTEXT_DIFF
/macosx-10.9.5/gpatch-3/patch/
H A Dcommon.h202 CONTEXT_DIFF, enumerator in enum:diff
H A Dpch.c228 diff_type == CONTEXT_DIFF ? "a context diff" :
445 || diff_type == CONTEXT_DIFF
459 retval = (*(s-1) == '*' ? NEW_CONTEXT_DIFF : CONTEXT_DIFF);
851 if (difftype == CONTEXT_DIFF || difftype == NEW_CONTEXT_DIFF) {
1197 if (difftype == CONTEXT_DIFF
H A Dpatch.c659 diff_type = CONTEXT_DIFF;

Completed in 80 milliseconds