Searched refs:FIRST_VOWEL (Results 1 – 3 of 3) sorted by relevance
151 **outbuf = FIRST_VOWEL; in _icv_iconv()173 **outbuf = FIRST_VOWEL; in _icv_iconv()
38 #define is_first_vowel(a) ((a) == FIRST_VOWEL)
37 #define FIRST_VOWEL 0x43 macro