Home
last modified time | relevance | path

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

/dragonfly/usr.bin/patch/
H A Dcommon.h102 #define NORMAL_DIFF 2 macro
H A Dpch.c204 diff_type == NORMAL_DIFF ? "a normal diff" : in there_is_another_patch()
396 if ((!diff_type || diff_type == NORMAL_DIFF) && in intuit_diff_type()
402 retval = NORMAL_DIFF; in intuit_diff_type()
H A Dpatch.c622 diff_type = NORMAL_DIFF; in get_some_switches()