Lines Matching refs:vowel
63 static int vowel(int);
417 for (sp = cp; --sp >= word && !vowel(*sp); ) in trysuff()
564 if (vowel(ep[-2])) in CCe()
580 if (vowel(ep[-2])) in CCe()
591 if (vowel(ep[-2])) in CCe()
600 if (vowel(ep[-2])) in CCe()
625 if (!vowel(c) && vowel(ep[-2])) { in VCe()
648 if (vowel(*cp)) { in lookuppref()
695 if (vowel(*ep)) { in tryword()
700 if (i == 0 && vowel(*ep) && ep[-1] == ep[-2] && monosyl(bp, ep-1)) { in tryword()
728 if (vowel(*--ep) || !vowel(*--ep) || ep[1] == 'x' || ep[1] == 'w') in monosyl()
731 if (vowel(*ep)) in monosyl()
739 if (s >= word&&vowel(*s)) in skipv()
741 while (s >= word && !vowel(*s)) in skipv()
747 vowel(int c) in vowel() function