Searched refs:si_comppat (Results 1 – 1 of 1) sorted by relevance
1975 garray_T si_comppat; // CHECKCOMPOUNDPATTERN items, each stored as member2548 garray_T *gap = &spin->si_comppat; in spell_read_aff()5172 for (i = 0; i < spin->si_comppat.ga_len; ++i) in write_vim_spell()5173 l += (int)STRLEN(((char_u **)(spin->si_comppat.ga_data))[i]) + 1; in write_vim_spell()5181 put_bytes(fd, (long_u)spin->si_comppat.ga_len, 2); in write_vim_spell()5183 for (i = 0; i < spin->si_comppat.ga_len; ++i) in write_vim_spell()5185 p = ((char_u **)(spin->si_comppat.ga_data))[i]; in write_vim_spell()5915 ga_init2(&spin.si_comppat, (int)sizeof(char_u *), 20); in mkspell()6114 ga_clear(&spin.si_comppat); in mkspell()