Lines Matching defs:vowel
63 static int vowel(int);
417 for (sp = cp; --sp >= word && !vowel(*sp); )
564 if (vowel(ep[-2]))
580 if (vowel(ep[-2]))
591 if (vowel(ep[-2]))
600 if (vowel(ep[-2]))
617 /* possible consonant-vowel-consonant-e ending */
625 if (!vowel(c) && vowel(ep[-2])) {
648 if (vowel(*cp)) {
695 if (vowel(*ep)) {
700 if (i == 0 && vowel(*ep) && ep[-1] == ep[-2] && monosyl(bp, ep-1)) {
728 if (vowel(*--ep) || !vowel(*--ep) || ep[1] == 'x' || ep[1] == 'w')
731 if (vowel(*ep))
739 if (s >= word&&vowel(*s))
741 while (s >= word && !vowel(*s))
747 vowel(int c)