Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c1669 int try_compound; in suggest_trie_walk() local
1692 try_compound = FALSE; in suggest_trie_walk()
1710 try_compound = TRUE; in suggest_trie_walk()
1718 try_compound = TRUE; in suggest_trie_walk()
1724 && try_compound in suggest_trie_walk()
1727 try_compound = FALSE; in suggest_trie_walk()
1735 if (try_split || try_compound) in suggest_trie_walk()
1768 if (!try_compound && !fword_ends) in suggest_trie_walk()
1784 if (!try_compound && !fword_ends) in suggest_trie_walk()
1795 if (((!try_compound && !spell_iswordp_nmw(fword in suggest_trie_walk()
[all …]