HomeSort by: relevance | last modified time | path
    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