Lines Matching refs:k0

3213     int		k0;  in spell_soundfold_sal()  local
3292 k0 = k; in spell_soundfold_sal()
3314 || (!spell_iswordp(word + i + k0, curwin)))) in spell_soundfold_sal()
3317 && (!spell_iswordp(word + i + k0, curwin)))) in spell_soundfold_sal()
3332 k0 = smp[n0].sm_leadlen; in spell_soundfold_sal()
3333 if (k0 > 1) in spell_soundfold_sal()
3337 if (k0 > 2) in spell_soundfold_sal()
3340 for (j = 2; j < k0; ++j) in spell_soundfold_sal()
3343 if (j < k0) in spell_soundfold_sal()
3347 k0 += k - 1; in spell_soundfold_sal()
3353 while (*pf != NUL && *pf != word[i + k0]) in spell_soundfold_sal()
3357 ++k0; in spell_soundfold_sal()
3379 && !spell_iswordp(word + i + k0, in spell_soundfold_sal()
3382 if (k0 == k) in spell_soundfold_sal()
3412 k0 = 0; in spell_soundfold_sal()
3413 while (*s != NUL && word[i + k0] != NUL) in spell_soundfold_sal()
3415 word[i + k0] = *s; in spell_soundfold_sal()
3416 k0++; in spell_soundfold_sal()
3419 if (k > k0) in spell_soundfold_sal()
3420 STRMOVE(word + i + k0, word + i + k); in spell_soundfold_sal()
3493 int k0; in spell_soundfold_wsal() local
3585 k0 = k; in spell_soundfold_wsal()
3607 || (!spell_iswordp_w(word + i + k0, curwin)))) in spell_soundfold_wsal()
3610 && (!spell_iswordp_w(word + i + k0, curwin)))) in spell_soundfold_wsal()
3628 k0 = smp[n0].sm_leadlen; in spell_soundfold_wsal()
3629 if (k0 > 1) in spell_soundfold_wsal()
3633 if (k0 > 2) in spell_soundfold_wsal()
3636 for (j = 2; j < k0; ++j) in spell_soundfold_wsal()
3639 if (j < k0) in spell_soundfold_wsal()
3643 k0 += k - 1; in spell_soundfold_wsal()
3649 while (*pf != NUL && *pf != word[i + k0]) in spell_soundfold_wsal()
3653 ++k0; in spell_soundfold_wsal()
3675 && !spell_iswordp_w(word + i + k0, in spell_soundfold_wsal()
3678 if (k0 == k) in spell_soundfold_wsal()
3708 k0 = 0; in spell_soundfold_wsal()
3710 while (*ws != NUL && word[i + k0] != NUL) in spell_soundfold_wsal()
3712 word[i + k0] = *ws; in spell_soundfold_wsal()
3713 k0++; in spell_soundfold_wsal()
3716 if (k > k0) in spell_soundfold_wsal()
3717 mch_memmove(word + i + k0, word + i + k, in spell_soundfold_wsal()