Lines Matching refs:idx_T
318 static int spell_read_tree(FILE *fd, char_u **bytsp, long *bytsp_len, idx_T **idxsp, int prefixtree…
319 static idx_T read_tree_node(FILE *fd, char_u *byts, idx_T *idxs, int maxidx, idx_T startidx, int pr…
606 tree_count_words(char_u *byts, idx_T *idxs) in tree_count_words()
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()
1640 idx_T startidx, // current index in "byts" and "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()
5556 idx_T n; in sug_filltree()