Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h97 garray_T sl_syl_items; // syllable items member
H A Dspell.c1745 ga_clear(&lp->sl_syl_items); in slang_clear()
1882 ga_init2(&slang->sl_syl_items, sizeof(syl_item_T), 4); in init_syl_tab()
1897 if (ga_grow(&slang->sl_syl_items, 1) == FAIL) in init_syl_tab()
1899 syl = ((syl_item_T *)slang->sl_syl_items.ga_data) in init_syl_tab()
1900 + slang->sl_syl_items.ga_len++; in init_syl_tab()
1938 for (i = 0; i < slang->sl_syl_items.ga_len; ++i) in count_syllables()
1940 syl = ((syl_item_T *)slang->sl_syl_items.ga_data) + i; in count_syllables()