OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cscore
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/cribbage/
extern.c
55
int
cscore
= 0; /* comp score in this game */
variable in typeref:typename:int
cribbage.h
44
extern int
cscore
; /* comp's score */
crib.c
275
pscore =
cscore
= 0;
283
if (
cscore
< pscore) {
284
if (glimit -
cscore
> 60) {
288
if (glimit -
cscore
> 30) {
419
win = chkscr(&
cscore
, 2);
538
if (chkscr(&
cscore
, k))
556
if (chkscr(&
cscore
, 1))
613
if (chkscr(&
cscore
, 1))
support.c
150
win = chkscr(&
cscore
, 2);
175
return (chkscr(&
cscore
, j));
190
myturn = (scr == &
cscore
);
Completed in 14 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025