Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/makemandb/
Dcustom_apropos_tokenizer.c129 static const char cType[] = { variable
157 j = cType[x - 'a']; in isConsonant()
171 j = cType[x - 'a']; in isVowel()
/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c193097 static const char cType[] = {
193121 j = cType[x-'a'];
193130 j = cType[x-'a'];