Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dspellfile.c469 garray_T si_sal; // list of fromto_T entries from SAL lines member
2059 do_sal = GA_EMPTY(&spin->si_sal); in spell_read_aff()
2679 add_fromto(spin, &spin->si_sal, items[1], in spell_read_aff()
2768 } else if (!GA_EMPTY(&spin->si_sal)) { in spell_read_aff()
4471 gap = &spin->si_sal; in write_vim_spell()
4600 && (!GA_EMPTY(&spin->si_sal) in write_vim_spell()
5287 ga_init(&spin.si_sal, (int)sizeof(fromto_T), 20); in mkspell()
5453 ga_clear(&spin.si_sal); in mkspell()
/dports/editors/vim/vim-8.2.3745/src/
H A Dspellfile.c1958 garray_T si_sal; // list of fromto_T entries from SAL lines member
2243 do_sal = spin->si_sal.ga_len == 0; in spell_read_aff()
2969 add_fromto(spin, &spin->si_sal, items[1], in spell_read_aff()
3087 else if (spin->si_sal.ga_len > 0) in spell_read_aff()
5002 gap = &spin->si_sal; in write_vim_spell()
5131 && (spin->si_sal.ga_len > 0 in write_vim_spell()
5913 ga_init2(&spin.si_sal, (int)sizeof(fromto_T), 20); in mkspell()
6112 ga_clear(&spin.si_sal); in mkspell()