Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c1959 char_u *si_sofofr; // SOFOFROM text member
3091 aff_check_string(spin->si_sofofr, sofofrom, "SOFOFROM"); in spell_read_aff()
3093 spin->si_sofofr = sofofrom; in spell_read_aff()
5000 if (spin->si_sofofr != NULL && spin->si_sofoto != NULL) in write_vim_spell()
5066 if (spin->si_sofofr != NULL && spin->si_sofoto != NULL) in write_vim_spell()
5071 l = (int)STRLEN(spin->si_sofofr); in write_vim_spell()
5076 fwv &= fwrite(spin->si_sofofr, l, (size_t)1, fd); // <sofofrom> in write_vim_spell()
5132 || (spin->si_sofofr != NULL && spin->si_sofoto != NULL))) in write_vim_spell()