Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspell.pro17 int init_syl_tab(slang_T *slang);
/vim-8.2.3635/src/
H A Dspell.c1875 init_syl_tab(slang_T *slang) in init_syl_tab() function
H A Dspellfile.c522 if (init_syl_tab(lp) != OK) in spell_load_file()