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

  /src/usr.sbin/makemandb/
custom_apropos_tokenizer.c 268 hasVowel(const char *z)
446 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
460 if (z[0] == 'y' && hasVowel(z + 1)) {
custom_apropos_tokenizer.c 268 hasVowel(const char *z)
446 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
460 if (z[0] == 'y' && hasVowel(z + 1)) {

Completed in 23 milliseconds