Searched defs:vowel (Results 1 – 2 of 2) sorted by relevance
211 #define vowel(x) ((x) != '\0' && vsvfn[(x) - 'A'] & 1) /* AEIOU */ macro
790 vowel(int c) in vowel() function