Home
last modified time | relevance | path

Searched refs:egmxsc (Results 1 – 9 of 9) sorted by relevance

/dports/games/dungeon/dungeon-3.2_1/
H A DDSO2.C148 state_1.egmxsc, state_1.moves);
151 if (state_1.egscor * 20 / state_1.egmxsc >= erank[i - 1]) {
H A DDINIT.C164 state_1.egmxsc = 0; in init_()
359 state_1.egmxsc = rdint(indxfile); in init_()
H A DVARS.H299 egscor, egmxsc; member
H A DGDT.C387 printf(" %6d %6d\n", state_1.egscor, state_1.egmxsc); in gdt_()
/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Ddungeon.c83 play_1.egmxsc = 0; in dungeon_main()
H A Dgame.c472 f_get_ints(datafile, &play_1.egmxsc, 1); in initfl_()
H A Dcommons.h38 egscor, egmxsc; member
H A Dsubr.c1058 play_1.egscor, play_1.egmxsc, play_1.moves); in score_()
1060 if (play_1.egscor * 20 / play_1.egmxsc >= erank[i__ - 1]) { in score_()
H A Dgdt.c619 play_1.egscor, play_1.egmxsc); in gdt_()