HomeSort by: relevance | last modified time | path
    Searched refs:isConsonant (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makemandb/
custom_apropos_tokenizer.c 135 * isConsonant() and isVowel() determine if their first character in
150 isConsonant(const char *z)
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(z) && z[0] == z[1]
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 67 milliseconds