OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextword
(Results
1 - 6
of
6
) sorted by relevancy
/src/games/boggle/boggle/
extern.h
49
char *
nextword
(FILE *);
word.c
68
nextword
(FILE *fp)
function
107
* Reset the state of
nextword
() and do the fseek()
150
* to improve the expansion loop in
nextword
().
bog.c
104
int wordlen; /* Length of last word returned by
nextword
() */
293
while ((w =
nextword
(fp)) != NULL) {
520
while ((w =
nextword
(dictfp)) != NULL) {
555
while ((w =
nextword
(dictfp)) != NULL) {
/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
/src/usr.bin/mail/
head.c
183
nextword
(const char *wp, char *wbuf)
function
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
255
nextword
= get(addr - 4, ISP);
260
sp->k_entry =
nextword
;
264
sp->k_entry =
nextword
+ (addr - 4);
266
instruc =
nextword
;
Completed in 18 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026