Home
last modified time | relevance | path

Searched refs:egscor (Results 1 – 10 of 10) sorted by relevance

/dports/games/dungeon/dungeon-3.2_1/
H A DDSO2.C147 printf(" %d [total of %d points], in %d moves.\n", state_1.egscor,
151 if (state_1.egscor * 20 / state_1.egmxsc >= erank[i - 1]) {
186 state_1.egscor += n;
H A DDVERB2.C52 do_uio(1, &state_1.egscor, sizeof(integer)); in savegm_()
144 do_uio(1, &state_1.egscor, sizeof(integer)); in rstrgm_()
H A DVARS.H299 egscor, egmxsc; member
H A DDINIT.C163 state_1.egscor = 0; in init_()
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.c82 play_1.egscor = 0; in dungeon_main()
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_()
1104 play_1.egscor += *n; in scrupd_()
H A Dcommons.h38 egscor, egmxsc; member
H A Dgdt.c619 play_1.egscor, play_1.egmxsc); in gdt_()
H A Dverbs.c3516 f_put_ints(savefile, &play_1.egscor, 1); in savegm_()
3625 f_get_ints(savefile, &play_1.egscor, 1); in rstrgm_()