Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h73 char_u *sl_pbyts; // prefix tree word bytes member
H A Dspell.c1097 byts = slang->sl_pbyts; in find_prefix()
1688 VIM_CLEAR(lp->sl_pbyts); in slang_clear()
3951 if (pat != NULL && slang->sl_pbyts == NULL) in spell_dump_compl()
4179 byts = slang->sl_pbyts; in dump_prefixes()
H A Dspellsuggest.c1307 pbyts = slang->sl_pbyts; in suggest_trie_walk()
H A Dspellfile.c567 res = spell_read_tree(fd, &lp->sl_pbyts, NULL, &lp->sl_pidxs, TRUE, in spell_load_file()