Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c132 static int count_syllables(slang_T *slang, char_u *word);
965 && count_syllables(slang, word) > slang->sl_compsylmax) in can_compound()
1913 count_syllables(slang_T *slang, char_u *word) in count_syllables() function