OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nmwords
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/boggle/boggle/
bog.c
113
int
nmwords
;
variable in typeref:typename:int
319
nmwords
= 0;
411
tnmwords +=
nmwords
;
550
nmwords
= 0;
600
if (
nmwords
== MAXMWORDS ||
606
mword[
nmwords
++] = mwordsp;
mach.c
71
extern int ngames,
nmwords
, npwords, tnmwords, tnpwords;
137
printw("Words you missed (%d):",
nmwords
);
140
prtable(mword,
nmwords
, 0, ncols, prword, prwidth);
142
denom1 = npwords +
nmwords
;
147
denom1 ? (100.0 * npwords) / (double) (npwords +
nmwords
) : 0.0,
414
for (i = 0; i <
nmwords
; i++) {
Completed in 13 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025