Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dcommon.h102 #define ED_DIFF 3 macro
H A Dpch.c294 retval = ED_DIFF; in intuit_diff_type()
360 if ((!diff_type || diff_type == ED_DIFF) && in intuit_diff_type()
366 retval = ED_DIFF; in intuit_diff_type()
H A Dpatch.c252 if (diff_type == ED_DIFF) { in main()
605 diff_type = ED_DIFF; in get_some_switches()