Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c137 STATE_NOPREFIX, // try without prefix enumerator
1314 sp->ts_state = STATE_NOPREFIX; // try without prefix first in suggest_trie_walk()
1336 case STATE_NOPREFIX: in suggest_trie_walk()
1358 if (byts[arridx] == 0 || n == (int)STATE_NOPREFIX) in suggest_trie_walk()
1846 sp->ts_state = STATE_NOPREFIX; in suggest_trie_walk()