Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c1979 char_u *si_syllable; // syllable string member
3078 aff_check_string(spin->si_syllable, syllable, "SYLLABLE"); in spell_read_aff()
3079 spin->si_syllable = syllable; in spell_read_aff()
5208 if (spin->si_syllable != NULL) in write_vim_spell()
5213 l = (int)STRLEN(spin->si_syllable); in write_vim_spell()
5215 fwv &= fwrite(spin->si_syllable, (size_t)l, (size_t)1, fd); in write_vim_spell()