Searched defs:monosyl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/spell/
H A Dspellprog.c65 static int monosyl(char *, char *);
696 if (monosyl(bp, ep))
700 if (i == 0 && vowel(*ep) && ep[-1] == ep[-2] && monosyl(bp, ep-1)) {
724 monosyl(char *bp, char *ep) function

Completed in 62 milliseconds