Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c1980 garray_T si_prefcond; // table with conditions for postponed member
2826 for (idx = spin->si_prefcond.ga_len - 1; idx >= 0; in spell_read_aff()
2829 p = ((char_u **)spin->si_prefcond.ga_data)[idx]; in spell_read_aff()
2833 if (idx < 0 && ga_grow(&spin->si_prefcond, 1) == OK) in spell_read_aff()
2836 idx = spin->si_prefcond.ga_len++; in spell_read_aff()
2837 pp = ((char_u **)spin->si_prefcond.ga_data) in spell_read_aff()
4975 if (spin->si_prefcond.ga_len > 0) in write_vim_spell()
4980 l = write_spell_prefcond(NULL, &spin->si_prefcond); in write_vim_spell()
4983 write_spell_prefcond(fd, &spin->si_prefcond); in write_vim_spell()
5916 ga_init2(&spin.si_prefcond, (int)sizeof(char_u *), 50); in mkspell()
[all …]