Home
last modified time | relevance | path

Searched refs:nextword (Results 1 – 7 of 7) sorted by relevance

/original-bsd/games/boggle/mkindex/
H A Dmkindex.c25 char *nextword __P((FILE *, char *, int *, int *));
38 while (nextword(stdin, buf, &clen, &rlen) != NULL) {
58 nextword(fp, buffer, clen, rlen) in nextword() function
/original-bsd/usr.bin/mail/
H A Dhead.c89 cp = nextword(cp, word);
90 cp = nextword(cp, word);
94 cp = nextword(cp, word);
209 nextword(wp, wbuf) in nextword() function
H A Dextern.h35 char *nextword __P((char *, char *));
/original-bsd/libexec/bugfiler/
H A Dunixtomh.c34 char *savestr(), *copyin(), *copy(), *nextword(), *calloc();
384 cp = nextword(cp, word);
385 dp = nextword(cp, word);
389 cp = nextword(dp, word);
539 nextword(wp, wbuf) in nextword() function
/original-bsd/games/boggle/boggle/
H A Dextern.h27 char *nextword __P((FILE *));
H A Dbog.c227 while ((w = nextword(fp)) != NULL) {
464 while ((w = nextword(dictfp)) != NULL) {
499 while ((w = nextword(dictfp)) != NULL) { in checkdict()
H A Dword.c35 nextword(fp) in nextword() function