Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c306 static int write_spell_prefcond(FILE *fd, garray_T *gap);
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()
6573 write_spell_prefcond(FILE *fd, garray_T *gap) in write_spell_prefcond() function