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

/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dcommon.h154 #define NEW_CONTEXT_DIFF 4 macro
H A Dpch.c176 diff_type == NEW_CONTEXT_DIFF ?
361 NEW_CONTEXT_DIFF : CONTEXT_DIFF);
527 if (diff_type == CONTEXT_DIFF || diff_type == NEW_CONTEXT_DIFF) {
726 (!ptrn_spaces_eaten || diff_type == NEW_CONTEXT_DIFF) ) {
821 diff_type = NEW_CONTEXT_DIFF;
H A Dpatch.c692 char *stars = (diff_type >= NEW_CONTEXT_DIFF ? " ****" : "");
693 char *minuses = (diff_type >= NEW_CONTEXT_DIFF ? " ----" : " -----");

Completed in 108 milliseconds