Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c1014 register int vowl = 0; in ckenglish() local
1025 vowl += mp->count[toupper(*s)] + mp->count[*s]; in ckenglish()
1030 return 5 * vowl >= mp->fbsz - mp->count[' '] && freq >= 10 * rare; in ckenglish()