Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h194 char_u *ft_to; member
H A Dspellsuggest.c2585 ftp->ft_from, ftp->ft_to); in suggest_trie_walk()
2594 tl = (int)STRLEN(ftp->ft_to); in suggest_trie_walk()
2600 mch_memmove(p, ftp->ft_to, tl); in suggest_trie_walk()
2624 tl = (int)STRLEN(ftp->ft_to); in suggest_trie_walk()
H A Dspellfile.c966 ftp->ft_to = read_cnt_string(fd, 1, &i); in read_rep_section()
3437 ftp->ft_to = getroom_save(spin, word); in add_fromto()
5028 l += 1 + (int)STRLEN(ftp->ft_to); // count <*tolen> and <*to> in write_vim_spell()
5054 p = rr == 1 ? ftp->ft_from : ftp->ft_to; in write_vim_spell()
H A Dspell.c1701 vim_free(ftp->ft_to); in slang_clear()