Searched refs:vowel (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dphonetic.c208 #define vowel(x) ((x) != '\0' && vsvfn[(x) - 'A'] & 1) /* AEIOU */ macro
296 /* Check for F J L M N R or first letter vowel */
297 if (same(*n) || (n == n_start && vowel(*n)))
322 *Metaph++ = ((n == n_start && !vowel(*(n + 2)))
346 if ((*(n + 1) != 'J' || vowel(*(n + 2))) &&
359 * H if before a vowel and not after
362 if (!varson(*(n - 1)) && (!vowel(*(n - 1)) ||
363 vowel(*(n + 1))))
424 * W after a vowel, else dropped
429 * Y unless followed by a vowel
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/spell/spellprog/
H A Dspellprog.c109 static int vowel(int);
451 for (sp = cp; --sp >= word && !vowel(*sp);)
617 if (vowel(ep[-2]))
639 if (vowel(ep[-2]))
652 * Possible consonant-vowel-consonant-e ending.
662 if (!vowel(c) && vowel(ep[-2])) {
686 if (vowel(*cp)) {
739 if (vowel(*ep) && monosyl(bp, ep))
743 if (i == 0 && vowel(*e
790 vowel(int c) function
[all...]

Completed in 784 milliseconds