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 372 * Read the score file. Can be called from savescore (before showscores)
373 * or showscores (if savescore will not be called). If the given pointer
843 * - Showscores munches the time field.
848 showscores(int level) function in typeref:typename:void
  /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 in typeref:typename:void
723 showscores(); /* if we updated the scoreboard */

Completed in 100 milliseconds