Searched refs:sm_lead (Results 1 – 3 of 3) sorted by relevance
202 char_u *sm_lead; // leading letters member
1032 smp->sm_lead = p; in read_sal_section()1042 smp->sm_leadlen = (int)(p - smp->sm_lead); in read_sal_section()1076 vim_free(smp->sm_lead); in read_sal_section()1083 smp->sm_lead_w = mb_str2wide(smp->sm_lead); in read_sal_section()1084 smp->sm_leadlen = mb_charlen(smp->sm_lead); in read_sal_section()1097 vim_free(smp->sm_lead); in read_sal_section()1115 smp->sm_lead = p; in read_sal_section()1122 smp->sm_lead_w = mb_str2wide(smp->sm_lead); in read_sal_section()1516 c = *smp[i].sm_lead; in set_sal_first()
1720 vim_free(smp->sm_lead); in slang_clear()3260 for (; (s = smp[n].sm_lead)[0] == c; ++n) in spell_soundfold_sal()3328 for ( ; (s = smp[n0].sm_lead)[0] == c0; ++n0) in spell_soundfold_sal()3394 if (p0 >= pri && smp[n0].sm_lead[0] == c0) in spell_soundfold_sal()