Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxprepare.c28 #define XDL_SIMSCAN_WINDOW 100 macro
332 if (i - s > XDL_SIMSCAN_WINDOW) in xdl_clean_mmatch()
333 s = i - XDL_SIMSCAN_WINDOW; in xdl_clean_mmatch()
334 if (e - i > XDL_SIMSCAN_WINDOW) in xdl_clean_mmatch()
335 e = i + XDL_SIMSCAN_WINDOW; in xdl_clean_mmatch()