Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c1867 int sy_len; member
1902 syl->sy_len = l; in init_syl_tab()
1941 if (syl->sy_len > len in count_syllables()
1942 && STRNCMP(p, syl->sy_chars, syl->sy_len) == 0) in count_syllables()
1943 len = syl->sy_len; in count_syllables()