Lines Matching refs:p0
3217 int p0 = -333; in spell_soundfold_sal() local
3291 p0 = *s; in spell_soundfold_sal()
3325 && p0 != '-' && word[i + k] != NUL) in spell_soundfold_sal()
3360 p0 = 5; in spell_soundfold_sal()
3372 p0 = *s - '0'; in spell_soundfold_sal()
3386 if (p0 < pri) in spell_soundfold_sal()
3394 if (p0 >= pri && smp[n0].sm_lead[0] == c0) in spell_soundfold_sal()
3403 p0 = (vim_strchr(pf, '<') != NULL) ? 1 : 0; in spell_soundfold_sal()
3404 if (p0 == 1 && z == 0) in spell_soundfold_sal()
3459 if (k && !p0 && reslen < MAXWLEN && c != NUL in spell_soundfold_sal()
3497 int p0 = -333; in spell_soundfold_wsal() local
3584 p0 = *s; in spell_soundfold_wsal()
3618 && p0 != '-' && word[i + k] != NUL) in spell_soundfold_wsal()
3656 p0 = 5; in spell_soundfold_wsal()
3668 p0 = *s - '0'; in spell_soundfold_wsal()
3682 if (p0 < pri) in spell_soundfold_wsal()
3690 if (p0 >= pri && (smp[n0].sm_lead_w[0] & 0xff) in spell_soundfold_wsal()
3698 p0 = (vim_strchr(s, '<') != NULL) ? 1 : 0; in spell_soundfold_wsal()
3699 if (p0 == 1 && z == 0) in spell_soundfold_wsal()
3763 if (k && !p0 && reslen < MAXWLEN && c != NUL in spell_soundfold_wsal()