HomeSort by: relevance | last modified time | path
    Searched refs:CONTEXT_DIFF (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/patch/
common.h 112 #define CONTEXT_DIFF 1
pch.c 213 diff_type == CONTEXT_DIFF ? "a context diff" :
347 if ((!diff_type || diff_type == CONTEXT_DIFF) && stars_last_line &&
360 retval = (*(s - 1) == '*' ? NEW_CONTEXT_DIFF : CONTEXT_DIFF);
534 if (diff_type == CONTEXT_DIFF || diff_type == NEW_CONTEXT_DIFF) {
825 if (diff_type == CONTEXT_DIFF &&
patch.c 528 diff_type = CONTEXT_DIFF;
663 if (verbose && fuzz == 0 && (diff_type == CONTEXT_DIFF

Completed in 12 milliseconds