Searched refs:LIN_MAX (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/gnudiff-19/diffutils/src/
H A Dcontext.c105 find_function_last_match = LIN_MAX;
400 (LIN_MAX - 1) / 2 < context ? LIN_MAX : 2 * context + 1;
481 if (find_function_last_match != LIN_MAX)
H A Ddiff.c299 else if (LIN_MAX / 10 < ocontext
301 ocontext = LIN_MAX;
325 if (LIN_MAX < numval)
326 numval = LIN_MAX;
529 horizon_lines = MAX (horizon_lines, MIN (numval, LIN_MAX));
H A Dsystem.h329 #define LIN_MAX PTRDIFF_MAX
328 #define LIN_MAX macro
H A Danalyze.c148 bmin > dmin ? bd[--bmin - 1] = LIN_MAX : ++bmin;
149 bmax < dmax ? bd[++bmax + 1] = LIN_MAX : --bmax;
285 bxybest = LIN_MAX;
H A Dio.c711 && context < LIN_MAX / 4 && context < n0)

Completed in 141 milliseconds