Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h174 #define WF_RAREPFX (WFP_RARE << 24) // rare postponed prefix macro
H A Dspell.c628 if (c & WF_RAREPFX) in find_word()
4219 (c & WF_RAREPFX) ? (flags | WF_RARE) in dump_prefixes()
4237 (c & WF_RAREPFX) ? (flags | WF_RARE) in dump_prefixes()
H A Dspellsuggest.c1435 if (c & WF_RAREPFX) in suggest_trie_walk()