Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h81 char_u *sl_midword; // MIDWORD string or NULL member
H A Dspell.c1736 VIM_CLEAR(lp->sl_midword); in slang_clear()
2311 if (lp->sl_midword == NULL) // there aren't any in use_midword()
2314 for (p = lp->sl_midword; *p != NUL; ) in use_midword()
H A Dspellfile.c461 lp->sl_midword = read_string(fd, len); // <midword> in spell_load_file()
462 if (lp->sl_midword == NULL) in spell_load_file()