Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h193 char_u *ft_from; member
H A Dspellsuggest.c2572 if (*ftp->ft_from != *p) in suggest_trie_walk()
2578 if (STRNCMP(ftp->ft_from, p, STRLEN(ftp->ft_from)) == 0 in suggest_trie_walk()
2585 ftp->ft_from, ftp->ft_to); in suggest_trie_walk()
2593 fl = (int)STRLEN(ftp->ft_from); in suggest_trie_walk()
2623 fl = (int)STRLEN(ftp->ft_from); in suggest_trie_walk()
2631 mch_memmove(p, ftp->ft_from, fl); in suggest_trie_walk()
H A Dspellfile.c961 ftp->ft_from = read_cnt_string(fd, 1, &i); in read_rep_section()
969 vim_free(ftp->ft_from); in read_rep_section()
982 if (first[*ftp->ft_from] == -1) in read_rep_section()
983 first[*ftp->ft_from] = i; in read_rep_section()
3435 ftp->ft_from = getroom_save(spin, word); in add_fromto()
4848 return STRCMP(p1->ft_from, p2->ft_from); in rep_compare()
5027 l += 1 + (int)STRLEN(ftp->ft_from); // count <*fromlen> and <*from> in write_vim_spell()
5054 p = rr == 1 ? ftp->ft_from : ftp->ft_to; in write_vim_spell()
H A Dspell.c1700 vim_free(ftp->ft_from); in slang_clear()