Lines Matching defs:word
318 char tempstr[MAX_LEN + 1], *word, *sp, *sp2;
339 word = tempstr;
340 while (word && *word) {
341 sp = index(word, ' ');
345 /* Wrap to next line if either the word does not fit,
346 or it is the first word of a new sentence, and it is
347 short, and the next word does not fit. */
349 wlen = strlen(word);
359 waddstr(win, word);
368 word = sp;