Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c168 char_u ts_prefixdepth; // stack depth for end of prefix or member
1298 sp->ts_prefixdepth = PFD_NOPREFIX; in suggest_trie_walk()
1313 sp->ts_prefixdepth = PFD_PREFIXTREE; in suggest_trie_walk()
1320 sp->ts_prefixdepth = PFD_NOPREFIX; in suggest_trie_walk()
1343 if (sp->ts_prefixdepth == PFD_PREFIXTREE) in suggest_trie_walk()
1375 sp->ts_prefixdepth = depth - 1; in suggest_trie_walk()
1415 if (sp->ts_prefixdepth <= PFD_NOTSPECIAL in suggest_trie_walk()
1423 n = stack[sp->ts_prefixdepth].ts_arridx; in suggest_trie_walk()
1825 sp->ts_prefixdepth = PFD_NOPREFIX; in suggest_trie_walk()
1844 sp->ts_prefixdepth = PFD_PREFIXTREE; in suggest_trie_walk()
[all …]