Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.h106 salfirst_T sl_sal_first[256]; // indexes where byte first appears, -1 if member
H A Dspell.c3152 c = slang->sl_sal_first[c]; in spell_soundfold_sofo()
3192 c = slang->sl_sal_first[c]; in spell_soundfold_sofo()
3254 n = slang->sl_sal_first[c]; in spell_soundfold_sal()
3322 n0 = slang->sl_sal_first[c0]; in spell_soundfold_sal()
3542 n = slang->sl_sal_first[c & 0xff]; in spell_soundfold_wsal()
3615 n0 = slang->sl_sal_first[c0 & 0xff]; in spell_soundfold_wsal()
H A Dspellfile.c1439 ++lp->sl_sal_first[c & 0xff]; in set_sofo()
1446 if (lp->sl_sal_first[i] > 0) in set_sofo()
1448 p = alloc(sizeof(int) * (lp->sl_sal_first[i] * 2 + 1)); in set_sofo()
1457 vim_memset(lp->sl_sal_first, 0, sizeof(salfirst_T) * 256); in set_sofo()
1475 lp->sl_sal_first[c] = i; in set_sofo()
1485 lp->sl_sal_first[from[i]] = to[i]; in set_sofo()
1504 sfirst = lp->sl_sal_first; in set_sal_first()