Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h96 char_u *sl_syllable; // SYLLABLE repeatable chars or NULL member
H A Dspell.c1744 VIM_CLEAR(lp->sl_syllable); in slang_clear()
1883 p = vim_strchr(slang->sl_syllable, '/'); in init_syl_tab()
1923 if (slang->sl_syllable == NULL) in count_syllables()
1955 if (vim_strchr(slang->sl_syllable, c) == NULL) in count_syllables()
H A Dspellfile.c519 lp->sl_syllable = read_string(fd, len); // <syllable> in spell_load_file()
520 if (lp->sl_syllable == NULL) in spell_load_file()