Home
last modified time | relevance | path

Searched refs:LIN_MAX (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/diff/src/
H A Dcontext.c103 find_function_last_match = LIN_MAX; in print_context_script()
394 (LIN_MAX - 1) / 2 < context ? LIN_MAX : 2 * context + 1; in find_hunk()
474 if (find_function_last_match != LIN_MAX) in find_function()
H A Ddiff.c298 else if (LIN_MAX / 10 < ocontext in main()
300 ocontext = LIN_MAX; in main()
324 if (LIN_MAX < numval) in main()
325 numval = LIN_MAX; in main()
533 horizon_lines = MAX (horizon_lines, MIN (numval, LIN_MAX)); in main()
H A Dsystem.h253 #define LIN_MAX PTRDIFF_MAX macro
H A Danalyze.c145 bmin > dmin ? bd[--bmin - 1] = LIN_MAX : ++bmin; in diag()
146 bmax < dmax ? bd[++bmax + 1] = LIN_MAX : --bmax; in diag()
281 bxybest = LIN_MAX; in diag()
H A Dio.c709 && context < LIN_MAX / 4 && context < n0) in find_identical_ends()
/freebsd/contrib/diff/
H A DChangeLog780 If contexts overflow, substitute LIN_MAX, as that's good enough.
1294 (LIN_MAX): New macro.