Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h87 int sl_compsylmax; // COMPOUNDSYLMAX (default: MAXWLEN) member
H A Dspell.c668 && slang->sl_compsylmax == MAXWLEN) in find_word()
735 if (slang->sl_compsylmax < MAXWLEN) in find_word()
964 if (slang->sl_compsylmax < MAXWLEN in can_compound()
965 && count_syllables(slang, word) > slang->sl_compsylmax) in can_compound()
1655 lp->sl_compsylmax = MAXWLEN; in slang_alloc()
1759 lp->sl_compsylmax = MAXWLEN; in slang_clear()
H A Dspellsuggest.c1703 && (slang->sl_compsylmax < MAXWLEN in suggest_trie_walk()
H A Dspellfile.c1247 slang->sl_compsylmax = c; in read_compound()