Searched refs:sl_syllable (Results 1 – 3 of 3) sorted by relevance
96 char_u *sl_syllable; // SYLLABLE repeatable chars or NULL member
1744 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()
519 lp->sl_syllable = read_string(fd, len); // <syllable> in spell_load_file()520 if (lp->sl_syllable == NULL) in spell_load_file()