Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c87 char_u *mi_cend; // char after what was used for member
244 mi.mi_cend = NULL; in spell_check()
602 if (mip->mi_cend != mip->mi_word + wlen) in find_word()
606 mip->mi_cend = mip->mi_word + wlen; in find_word()
607 mip->mi_capflags = captype(mip->mi_word, mip->mi_cend); in find_word()