Searched refs:LIN_MAX (Results 1 – 6 of 6) sorted by relevance
103 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()
298 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()
253 #define LIN_MAX PTRDIFF_MAX macro
145 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()
709 && context < LIN_MAX / 4 && context < n0) in find_identical_ends()
780 If contexts overflow, substitute LIN_MAX, as that's good enough.1294 (LIN_MAX): New macro.