Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxhistogram.c320 int lcs_found; in histogram_diff() local
342 lcs_found = find_lcs(xpp, env, &lcs, line1, count1, line2, count2); in histogram_diff()
343 if (lcs_found < 0) in histogram_diff()
345 else if (lcs_found) in histogram_diff()