OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hscore
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/cribbage/
score.c
115
int
hscore
;
local in function:scorehand
121
hscore
= 0;
128
hscore
++;
139
hscore
+= 5;
144
hscore
+= 4;
156
hscore
+= i;
166
hscore
+= i;
176
return (
hscore
);
score.c
115
int
hscore
;
local in function:scorehand
121
hscore
= 0;
128
hscore
++;
139
hscore
+= 5;
144
hscore
+= 4;
156
hscore
+= i;
166
hscore
+= i;
176
return (
hscore
);
Completed in 22 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025