Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c1311 byts = pbyts; in suggest_trie_walk()
1318 byts = fbyts; in suggest_trie_walk()
1376 byts = fbyts; in suggest_trie_walk()
1842 byts = pbyts; in suggest_trie_walk()
1862 byts = fbyts; in suggest_trie_walk()
1897 c = byts[arridx]; in suggest_trie_walk()
2142 c = byts[n]; in suggest_trie_walk()
2643 byts = pbyts; in suggest_trie_walk()
3172 char_u *byts; in add_sound_suggest() local
3265 for (; i <= byts[n] && byts[n + i] == NUL; ++i) in add_sound_suggest()
[all …]
H A Dspell.c417 char_u *byts; in find_word() local
458 if (byts == NULL) in find_word()
472 len = byts[arridx++]; in find_word()
512 if (byts[m] > c) in find_word()
591 for (len = byts[arridx - 1]; len > 0 && byts[arridx] == 0; in find_word()
1094 char_u *byts; in find_prefix() local
3874 char_u *byts; in spell_dump_compl() local
3993 c = byts[n]; in spell_dump_compl()
4162 char_u *byts; in dump_prefixes() local
4193 len = byts[n]; in dump_prefixes()
[all …]
H A Dspellfile.c621 if (curi[depth] > byts[arridx[depth]]) in tree_count_words()
637 c = byts[n]; in tree_count_words()
645 while (byts[n + 1] == 0) in tree_count_words()
1637 char_u *byts, in read_tree_node() argument
1658 byts[idx++] = len; in read_tree_node()
1722 byts[idx++] = c; in read_tree_node()
1729 if (byts[startidx + i] != 0) in read_tree_node()
5548 char_u *byts; in sug_filltree() local
5572 byts = slang->sl_fbyts; in sug_filltree()
5582 if (curi[depth] > byts[arridx[depth]]) in sug_filltree()
[all …]