Lines Matching refs:pf
3208 char_u *pf; in spell_soundfold_sal() local
3279 if ((pf = smp[n].sm_oneof) != NULL) in spell_soundfold_sal()
3282 while (*pf != NUL && *pf != word[i + k]) in spell_soundfold_sal()
3283 ++pf; in spell_soundfold_sal()
3284 if (*pf == NUL) in spell_soundfold_sal()
3339 pf = word + i + k + 1; in spell_soundfold_sal()
3341 if (*pf++ != s[j]) in spell_soundfold_sal()
3349 if ((pf = smp[n0].sm_oneof) != NULL) in spell_soundfold_sal()
3353 while (*pf != NUL && *pf != word[i + k0]) in spell_soundfold_sal()
3354 ++pf; in spell_soundfold_sal()
3355 if (*pf == NUL) in spell_soundfold_sal()
3402 pf = smp[n].sm_rules; in spell_soundfold_sal()
3403 p0 = (vim_strchr(pf, '<') != NULL) ? 1 : 0; in spell_soundfold_sal()
3438 if (strstr((char *)pf, "^^") != NULL) in spell_soundfold_sal()
3488 int *pf; in spell_soundfold_wsal() local
3572 if ((pf = smp[n].sm_oneof_w) != NULL) in spell_soundfold_wsal()
3575 while (*pf != NUL && *pf != word[i + k]) in spell_soundfold_wsal()
3576 ++pf; in spell_soundfold_wsal()
3577 if (*pf == NUL) in spell_soundfold_wsal()
3635 pf = word + i + k + 1; in spell_soundfold_wsal()
3637 if (*pf++ != ws[j]) in spell_soundfold_wsal()
3645 if ((pf = smp[n0].sm_oneof_w) != NULL) in spell_soundfold_wsal()
3649 while (*pf != NUL && *pf != word[i + k0]) in spell_soundfold_wsal()
3650 ++pf; in spell_soundfold_wsal()
3651 if (*pf == NUL) in spell_soundfold_wsal()