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

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c135 * isConsonant() and isVowel() determine if their first character in
150 isConsonant(const char *z) function
174 return isConsonant(z + 1);
204 while (isConsonant(z)) {
221 while (isConsonant(z)) {
231 while (isConsonant(z)) {
248 while (isConsonant(z)) {
258 while (isConsonant(z)) {
270 while (isConsonant(z)) {
285 return isConsonant(
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c193116 static int isConsonant(const char *z){ function
[all...]

Completed in 553 milliseconds