Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c403 int endlen[MAXWLEN]; // length at possible word endings in find_word() local
484 endlen[endidxcnt] = wlen; in find_word()
556 wlen = endlen[endidxcnt]; in find_word()
742 vim_strncpy(fword, ptr, endlen[endidxcnt]); in find_word()
776 mip->mi_compoff = endlen[endidxcnt]; in find_word()