Lines Matching defs:word
28 * as a game. A piglatin word is formed from an English word by:
30 * . If the word begins with a consonant, move the consonant to the end of
31 * the word and append the letters "ay". Example: "door" becomes "oorday".
33 * . If the word begins with a vowel, merely append "way" to the word.
46 int ic, ignore = 0, word = 0;
61 * Isolate the word that will be converted.
71 if (word == 0) {
88 * Append "way" to the word.
94 * of the word and add "ay".
111 word = ignore = 0;
117 * Store this character into the word buffer.
121 word = 1;