Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxhistogram.c69 has_common; member
171 if (!index->has_common) in try_lcs()
172 index->has_common = CMP(index, 1, rec->ptr, 2, b_ptr); in try_lcs()
180 index->has_common = 1; in try_lcs()
306 if (index.has_common && index.max_chain_length < index.cnt) in find_lcs()