HomeSort by: relevance | last modified time | path
    Searched defs:curscore (Results 1 - 2 of 2) sorted by relevancy

  /src/games/warp/
score.h 23 EXT long curscore; variable in typeref:typename:EXT long
  /src/games/tetris/
screen.c 61 static int curscore; variable in typeref:typename:int
279 curscore = -1;
308 if (score != curscore) {
315 curscore = score;

Completed in 13 milliseconds