Searched refs:idx_T (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | spell.h | 41 typedef int idx_T; typedef 70 idx_T *sl_fidxs; // case-folded word indexes 72 idx_T *sl_kidxs; // keep-case word indexes 74 idx_T *sl_pidxs; // prefix tree word indexes 122 idx_T *sl_sidxs; // soundfolded word indexes
|
| H A D | spellfile.c | 319 static idx_T read_tree_node(FILE *fd, char_u *byts, idx_T *idxs, int maxidx, idx_T startidx, int pr… 609 idx_T arridx[MAXWLEN]; in tree_count_words() 612 idx_T n; in tree_count_words() 1583 idx_T **idxsp, in spell_read_tree() 1590 idx_T *ip; in spell_read_tree() 1634 static idx_T 1638 idx_T *idxs, in read_tree_node() 1647 idx_T idx = startidx; in read_tree_node() 5549 idx_T *idxs; in sug_filltree() 5551 idx_T arridx[MAXWLEN]; in sug_filltree() [all …]
|
| H A D | spell.c | 402 idx_T arridx = 0; in find_word() 404 idx_T endidx[MAXWLEN]; // possible word endings in find_word() 411 idx_T lo, hi, m; in find_word() 418 idx_T *idxs; in find_word() 1086 idx_T arridx = 0; in find_prefix() 1092 idx_T lo, hi, m; in find_prefix() 1095 idx_T *idxs; in find_prefix() 3870 idx_T arridx[MAXWLEN]; in spell_dump_compl() 3875 idx_T *idxs; in spell_dump_compl() 4156 idx_T arridx[MAXWLEN]; in dump_prefixes() [all …]
|
| H A D | spellsuggest.c | 163 idx_T ts_arridx; // index in tree array, start of node 1260 idx_T *idxs, *fidxs, *pidxs; in suggest_trie_walk() 1266 idx_T arridx; in suggest_trie_walk() 2682 idx_T tryidx; in find_keepcap_word() 2685 idx_T arridx[MAXWLEN]; in find_keepcap_word() 2695 idx_T lo, hi, m; in find_keepcap_word() 2698 idx_T *idxs = slang->sl_kidxs; // array with indexes in find_keepcap_word() 3173 idx_T *idxs; in add_sound_suggest() 3362 idx_T arridx = 0; in soundfold_find() 3368 idx_T *idxs; in soundfold_find()
|