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

/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dcommon.h151 #define CONTEXT_DIFF 1 macro
H A Dpch.c175 diff_type == CONTEXT_DIFF ? "a context diff" :
346 if ((!diff_type || diff_type == CONTEXT_DIFF) &&
361 NEW_CONTEXT_DIFF : CONTEXT_DIFF);
527 if (diff_type == CONTEXT_DIFF || diff_type == NEW_CONTEXT_DIFF) {
814 if (diff_type == CONTEXT_DIFF &&
H A Dpatch.c520 diff_type = CONTEXT_DIFF;

Completed in 95 milliseconds