Searched refs:can_compound (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | spell.pro | 4 int can_compound(slang_T *slang, char_u *word, char_u *flags);
|
| /vim-8.2.3635/src/ |
| H A D | spell.c | 744 if (!can_compound(slang, fword, mip->mi_compflags)) in find_word() 939 can_compound(slang_T *slang, char_u *word, char_u *flags) in can_compound() function
|
| H A D | spellsuggest.c | 1517 if (fword_ends && !can_compound(slang, p, in suggest_trie_walk() 1750 && !can_compound(slang, p, in suggest_trie_walk()
|