Lines Matching refs:ts_prefixdepth
168 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()
2640 if (depth >= 0 && stack[depth].ts_prefixdepth == PFD_PREFIXTREE) in suggest_trie_walk()