Searched refs:vowl (Results 1 – 1 of 1) sorted by relevance
976 register int vowl = 0; in ckenglish() local987 vowl += mp->count[toupper(*s)] + mp->count[*s]; in ckenglish()992 return 5 * vowl >= mp->fbsz - mp->count[' '] && freq >= 10 * rare; in ckenglish()