Searched refs:lendiff (Results 1 – 2 of 2) sorted by relevance
3005 int lendiff; in stp_sal_score() local3007 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()
1559 int lendiff = 0; in do_put() local2147 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()