Lines Matching refs:c0
3218 int c0; in spell_soundfold_sal() local
3321 c0 = word[i + k - 1]; in spell_soundfold_sal()
3322 n0 = slang->sl_sal_first[c0]; 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()
3498 int c0; in spell_soundfold_wsal() local
3614 c0 = word[i + k - 1]; in spell_soundfold_wsal()
3615 n0 = slang->sl_sal_first[c0 & 0xff]; in spell_soundfold_wsal()
3623 == (c0 & 0xff); ++n0) in spell_soundfold_wsal()
3626 if (c0 != ws[0]) in spell_soundfold_wsal()
3691 == (c0 & 0xff)) in spell_soundfold_wsal()