Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h71 char_u *sl_kbyts; // keep-case word bytes member
H A Dspell.c428 byts = slang->sl_kbyts; in find_word()
1687 VIM_CLEAR(lp->sl_kbyts); in slang_clear()
3969 byts = slang->sl_kbyts; in spell_dump_compl()
H A Dspellsuggest.c2697 char_u *byts = slang->sl_kbyts; // array with bytes of the words in find_keepcap_word()
H A Dspellfile.c562 res = spell_read_tree(fd, &lp->sl_kbyts, NULL, &lp->sl_kidxs, FALSE, 0); in spell_load_file()