Home
last modified time | relevance | path

Searched refs:show_highscores (Results 1 – 8 of 8) sorted by relevance

/dports/games/moon-buggy/moon-buggy-1.0.51/
H A Dmain.c234 show_highscores (); in main()
H A Dmoon-buggy.h116 extern void show_highscores (void);
H A Dhighscore.c500 show_highscores (void) in show_highscores() function
H A DChangeLog288 * highscore.c (show_highscores, print_scores):
805 `show_highscores' from "highscore.c".
807 * highscore.c (create_highscores, show_highscores): new functions.
/dports/games/circuslinux/circuslinux-1.0.3/
H A Dcircuslinux.c445 has_highscore, highscore_index, show_highscores, highscore_effect; variable
656 show_highscores = 0; in main()
661 if (show_highscores == 0) in main()
2180 show_highscores = 0; in title()
2307 show_highscores = 1; in title()
/dports/games/gnome-robots/gnome-robots-40.0/src/
H A Dapplication.vala135 window.show_highscores ();
H A Dwindow.vala192 public void show_highscores () {
/dports/games/pathological/pathological-1.1.3/
H A Dpathological.py1969 def do(self, show_highscores=0): argument
1972 if( show_highscores):
2178 show_highscores = 0 variable
2182 rc = introscreen.do( show_highscores)
2194 show_highscores = 1 variable
2198 if rc == 0: show_highscores = 0