Searched refs:vowel (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/spell/
H A Dspellprog.c63 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(*c
747 vowel(int c) function
[all...]
/illumos-gate/usr/src/cmd/troff/
H A Dn8.c286 vowel(i) function
307 if (vowel(cbits(*w)))

Completed in 58 milliseconds