Home
last modified time | relevance | path

Searched refs:isVowel (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/usr.sbin/makemandb/
Dcustom_apropos_tokenizer.c147 static int isVowel(const char*);
160 return z[1] == 0 || isVowel(z + 1); in isConsonant()
164 isVowel(const char *z) in isVowel() function
199 while (isVowel(z)) { in m_gt_0()
216 while (isVowel(z)) { in m_eq_1()
226 while (isVowel(z)) { in m_eq_1()
243 while (isVowel(z)) { in m_gt_1()
253 while (isVowel(z)) { in m_gt_1()
301 isVowel(z + 1) && in star_oh()
/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c193115 static int isVowel(const char*);
193123 return z[1]==0 || isVowel(z + 1);
193125 static int isVowel(const char *z){
193155 while( isVowel(z) ){ z++; }
193165 while( isVowel(z) ){ z++; }
193169 while( isVowel(z) ){ z++; }
193179 while( isVowel(z) ){ z++; }
193183 while( isVowel(z) ){ z++; }
193219 isVowel(z+1) &&