HomeSort by: relevance | last modified time | path
    Searched refs:showscores (Results 1 - 6 of 6) sorted by relevancy

  /src/games/tetris/
scores.h 87 void showscores(int);
tetris.c 173 showscores(0);
336 showscores(level);
scores.c 373 * Read the score file. Can be called from savescore (before showscores)
374 * or showscores (if savescore will not be called). If the given pointer
844 * - Showscores munches the time field.
849 showscores(int level) function
  /src/games/larn/
extern.h 204 void showscores(void);
main.c 171 showscores();
188 showscores();
scores.c 14 * ubroutine to print out the non-winners scoreboard showscores()
346 * showscores() Function to show the scoreboard on the terminal
352 showscores(void) function
723 showscores(); /* if we updated the scoreboard */

Completed in 16 milliseconds