Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c1032 smp->sm_lead = p; in read_sal_section()
1042 smp->sm_leadlen = (int)(p - 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()
1088 smp->sm_oneof_w = mb_str2wide(smp->sm_oneof); in read_sal_section()
1092 smp->sm_to_w = mb_str2wide(smp->sm_to); in read_sal_section()
1094 || (smp->sm_oneof_w == NULL && smp->sm_oneof != NULL) in read_sal_section()
1095 || (smp->sm_to_w == NULL && smp->sm_to != NULL)) in read_sal_section()
1122 smp->sm_lead_w = mb_str2wide(smp->sm_lead); in read_sal_section()
1542 mch_memmove(smp + i + 1, smp + i, in set_sal_first()
[all …]
H A Dspell.c1682 salitem_T *smp; in slang_clear() local
1722 vim_free(smp->sm_to); in slang_clear()
3204 salitem_T *smp; in spell_soundfold_sal() local
3264 k = smp[n].sm_leadlen; in spell_soundfold_sal()
3288 s = smp[n].sm_rules; in spell_soundfold_sal()
3399 s = smp[n].sm_to; in spell_soundfold_sal()
3402 pf = smp[n].sm_rules; in spell_soundfold_sal()
3557 k = smp[n].sm_leadlen; in spell_soundfold_wsal()
3581 s = smp[n].sm_rules; in spell_soundfold_wsal()
3696 ws = smp[n].sm_to_w; in spell_soundfold_wsal()
[all …]
H A Dmessage.c2638 disp_sb_line(int row, msgchunk_T *smp) in disp_sb_line() argument
2640 msgchunk_T *mp = smp; in disp_sb_line()