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

/freebsd-current/contrib/diff/src/
H A Danalyze.c51 static lin too_expensive; /* Edit scripts longer than this are too variable
258 if (c >= too_expensive)
899 too_expensive = 1;
901 too_expensive <<= 1;
902 too_expensive = MAX (256, too_expensive);

Completed in 111 milliseconds