Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxutils.c159 static int ends_with_optional_cr(const char *l, long s, long i) in ends_with_optional_cr() function
228 return (ends_with_optional_cr(l1, s1, i1) && in xdl_recmatch()
229 ends_with_optional_cr(l2, s2, i2)); in xdl_recmatch()