Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c257 compflags[sp->ts_complen] = flag; in can_be_compound()
258 compflags[sp->ts_complen + 1] = NUL; in can_be_compound()
260 compflags[sp->ts_complen] = NUL; in can_be_compound()
1502 compflags[sp->ts_complen + 1] = NUL; in suggest_trie_walk()
1567 if ((sp->ts_complen == sp->ts_compsplit in suggest_trie_walk()
1712 compflags[sp->ts_complen + 1] = NUL; in suggest_trie_walk()
1730 compflags[sp->ts_complen] = NUL; in suggest_trie_walk()
1743 if (sp->ts_complen == sp->ts_compsplit in suggest_trie_walk()
1749 if (sp->ts_complen > sp->ts_compsplit in suggest_trie_walk()
1822 ++sp->ts_complen; in suggest_trie_walk()
[all …]