Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c1667 && (!has_mbyte || sp->ts_tcharlen == 0)) in suggest_trie_walk()
1938 if (sp->ts_tcharlen == 0) in suggest_trie_walk()
1942 sp->ts_tcharlen = MB_BYTE2LEN(c); in suggest_trie_walk()
1951 if (++sp->ts_tcharidx == sp->ts_tcharlen) in suggest_trie_walk()
1968 - sp->ts_tcharlen)) in suggest_trie_walk()
1982 - sp->ts_tcharlen), in suggest_trie_walk()
1989 && sp->ts_twordlen > sp->ts_tcharlen) in suggest_trie_walk()
2014 sp->ts_tcharlen = 0; in suggest_trie_walk()
2036 if (has_mbyte && sp->ts_tcharlen > 0) in suggest_trie_walk()
2170 sp->ts_tcharlen = fl; in suggest_trie_walk()
[all …]