Searched refs:syl (Results 1 – 1 of 1) sorted by relevance
1880 syl_item_T *syl; in init_syl_tab() local1899 syl = ((syl_item_T *)slang->sl_syl_items.ga_data) in init_syl_tab()1901 vim_strncpy(syl->sy_chars, s, l); in init_syl_tab()1902 syl->sy_len = l; in init_syl_tab()1920 syl_item_T *syl; in count_syllables() local1940 syl = ((syl_item_T *)slang->sl_syl_items.ga_data) + i; in count_syllables()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()