Home
last modified time | relevance | path

Searched refs:rwscor (Results 1 – 12 of 12) sorted by relevance

/dports/games/dungeon/dungeon-3.2_1/
H A DDSO2.C174 state_1.rwscor += n;
H A DDVERB2.C51 do_uio(1, &state_1.rwscor, sizeof(integer)); in savegm_()
143 do_uio(1, &state_1.rwscor, sizeof(integer)); in rstrgm_()
H A DVARS.H298 integer moves, deaths, rwscor, mxscor, mxload, ltshft, bloc, mungrm, hs, member
H A DDINIT.C166 state_1.rwscor = 0; in init_()
H A DROOMS.C140 advs_1.ascore[play_1.winner - 1] = state_1.rwscor;
H A DGDT.C383 state_1.moves, state_1.deaths, state_1.rwscor, state_1.mxscor, in gdt_()
/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Ddungeon.c85 play_1.rwscor = 0; in dungeon_main()
H A Dcommons.h37 integer moves, deaths, rwscor, mxscor, mxload, ltshft, bloc, mungrm, hs, member
H A Dgdt.c616 play_1.moves, play_1.deaths, play_1.rwscor, in gdt_()
H A Drooms.c186 advs_1.ascore[play_1.winner - 1] = play_1.rwscor; in rappli_()
H A Dverbs.c3515 f_put_ints(savefile, &play_1.rwscor, 1); in savegm_()
3624 f_get_ints(savefile, &play_1.rwscor, 1); in rstrgm_()
H A Dsubr.c1092 play_1.rwscor += *n; in scrupd_()