Searched refs:vowl (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/misc/ | ||
H A D | magic.c | 1014 register int vowl = 0; local 1025 vowl += mp->count[toupper(*s)] + mp->count[*s]; 1030 return 5 * vowl >= mp->fbsz - mp->count[' '] && freq >= 10 * rare; |
Completed in 14 milliseconds