Home | History | Annotate | Download | only in mail

Lines Matching defs:word

178  * Collect a liberal (space, tab delimited) word into the word buffer
179 * passed. Also, return a pointer to the next word following that,
230 * XXX - line[], pbuf[], and word[] must be LINESIZE in length or
238 char word[LINESIZE];
248 cp = nextword(cp, word);
249 cp = nextword(cp, word);
250 if (*word)
251 hl->l_from = copyin(word, &sp);
253 cp = nextword(cp, word);
254 hl->l_tty = copyin(word, &sp);