OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NWORD
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/battlestar/
globals.c
261
char words[
NWORD
][WORDLEN];
262
int wordvalue[
NWORD
];
263
int wordtype[
NWORD
];
battlestar.c
91
for (wordcount = 0; next && wordcount <
NWORD
- 1; wordcount++)
extern.h
278
#define
NWORD
20 /* words per line */
279
extern char words[
NWORD
][WORDLEN];
280
extern int wordvalue[
NWORD
];
281
extern int wordtype[
NWORD
];
Completed in 14 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025