Lines Matching refs:n0
3214 int n0; in spell_soundfold_sal() local
3322 n0 = slang->sl_sal_first[c0]; in spell_soundfold_sal()
3324 if (slang->sl_followup && k > 1 && n0 >= 0 in spell_soundfold_sal()
3328 for ( ; (s = smp[n0].sm_lead)[0] == c0; ++n0) in spell_soundfold_sal()
3332 k0 = smp[n0].sm_leadlen; in spell_soundfold_sal()
3349 if ((pf = smp[n0].sm_oneof) != NULL) in spell_soundfold_sal()
3361 s = smp[n0].sm_rules; in spell_soundfold_sal()
3394 if (p0 >= pri && smp[n0].sm_lead[0] == c0) in spell_soundfold_sal()
3494 int n0; in spell_soundfold_wsal() local
3615 n0 = slang->sl_sal_first[c0 & 0xff]; in spell_soundfold_wsal()
3617 if (slang->sl_followup && k > 1 && n0 >= 0 in spell_soundfold_wsal()
3622 for ( ; ((ws = smp[n0].sm_lead_w)[0] & 0xff) in spell_soundfold_wsal()
3623 == (c0 & 0xff); ++n0) in spell_soundfold_wsal()
3628 k0 = smp[n0].sm_leadlen; in spell_soundfold_wsal()
3645 if ((pf = smp[n0].sm_oneof_w) != NULL) in spell_soundfold_wsal()
3657 s = smp[n0].sm_rules; in spell_soundfold_wsal()
3690 if (p0 >= pri && (smp[n0].sm_lead_w[0] & 0xff) in spell_soundfold_wsal()