OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Lastscore
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/cribbage/
cribbage.h
50
extern int
Lastscore
[2]; /* previous score for each */
support.c
183
int
Lastscore
[2] = {-1, -1};
192
prpeg(
Lastscore
[(int)myturn], '.', myturn);
193
Lastscore
[(int)myturn] = *scr;
crib.c
214
Lastscore
[0] = -1;
215
Lastscore
[1] = -1;
Completed in 16 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025