HomeSort by: relevance | last modified time | path
    Searched defs:nextword (Results 1 - 8 of 8) sorted by relevancy

  /src/games/boggle/boggle/
word.c 68 nextword(FILE *fp) function in typeref:typename:char *
107 * Reset the state of nextword() and do the fseek()
150 * to improve the expansion loop in nextword().
word.c 68 nextword(FILE *fp) function in typeref:typename:char *
107 * Reset the state of nextword() and do the fseek()
150 * to improve the expansion loop in nextword().
  /src/games/boggle/mkindex/
mkindex.c 52 static char *nextword(FILE *, char *, int *, int *);
63 while (nextword(stdin, buf, &clen, &rlen) != NULL) {
98 nextword(FILE *fp, char *buffer, int *clen, int *rlen) function in typeref:typename:char *
mkindex.c 52 static char *nextword(FILE *, char *, int *, int *);
63 while (nextword(stdin, buf, &clen, &rlen) != NULL) {
98 nextword(FILE *fp, char *buffer, int *clen, int *rlen) function in typeref:typename:char *
  /src/usr.bin/mail/
head.c 183 nextword(const char *wp, char *wbuf) function in typeref:typename:const char *
231 * overflow can occur in nextword() or copyin().
248 cp = nextword(cp, word);
249 cp = nextword(cp, word);
253 cp = nextword(cp, word);
head.c 183 nextword(const char *wp, char *wbuf) function in typeref:typename:const char *
231 * overflow can occur in nextword() or copyin().
248 cp = nextword(cp, word);
249 cp = nextword(cp, word);
253 cp = nextword(cp, word);
  /src/sys/arch/m68k/m68k/
db_trace.c 244 db_addr_t addr, nextword; local in function:findentry
255 nextword = get(addr - 4, ISP);
260 sp->k_entry = nextword;
264 sp->k_entry = nextword + (addr - 4);
266 instruc = nextword;
db_trace.c 244 db_addr_t addr, nextword; local in function:findentry
255 nextword = get(addr - 4, ISP);
260 sp->k_entry = nextword;
264 sp->k_entry = nextword + (addr - 4);
266 instruc = nextword;

Completed in 23 milliseconds