Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c3005 int lendiff; in stp_sal_score() local
3007 lendiff = (int)(su->su_badlen - stp->st_orglen); in stp_sal_score()
3008 if (lendiff >= 0) in stp_sal_score()
3029 if (lendiff > 0 && stp->st_wordlen + lendiff < MAXWLEN) in stp_sal_score()
3035 su->su_badptr + su->su_badlen - lendiff, lendiff); in stp_sal_score()
H A Dregister.c1559 int lendiff = 0; in do_put() local
2147 lendiff = (int)STRLEN(ptr); in do_put()
2167 lendiff -= (int)STRLEN(ml_get(lnum)); in do_put()
2204 col = (colnr_T)STRLEN(y_array[y_size - 1]) - lendiff; in do_put()