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

  /src/games/mille/
init.c 166 newscore();
170 newscore(void) function in typeref:typename:void
  /src/games/larn/
scores.c 17 * unction to sort the scoreboard newscore(score, whoo, whyded, winner)
110 static void newscore(long, char *, int, int);
432 * newscore(score, whoo, whyded, winner) Function to add entry to scoreboard
438 * ex. newscore(1000, "player 1", 32, 0);
441 newscore(long score, char *whoo, int whyded, int winner) function in typeref:typename:void
646 newscore(c[GOLD], logname, x, win);

Completed in 13 milliseconds