Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxpatience.c212 int anchor_i = -1; in find_longest_common_sequence() local
224 if (i <= anchor_i) in find_longest_common_sequence()
228 anchor_i = i; in find_longest_common_sequence()
229 longest = anchor_i + 1; in find_longest_common_sequence()