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