Home
last modified time | relevance | path

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

/dports/games/dungeon/dungeon-3.2_1/
H A DCLOCKR.C388 state_1.mungrm = br;
490 rooms_1.rflag[state_1.mungrm - 1] |= RMUNG;
491 rrand[state_1.mungrm - 1] = 114;
492 if (play_1.here == state_1.mungrm) {
498 if (state_1.mungrm == rindex_1.msafe) {
H A DDVERB2.C56 do_uio(1, &state_1.mungrm, sizeof(integer)); in savegm_()
148 do_uio(1, &state_1.mungrm, sizeof(integer)); in rstrgm_()
H A DVARS.H298 integer moves, deaths, rwscor, mxscor, mxload, ltshft, bloc, mungrm, hs, member
H A DDINIT.C170 state_1.mungrm = 0; in init_()
H A DGDT.C384 state_1.mxload, state_1.ltshft, state_1.bloc, state_1.mungrm, in gdt_()
/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Dtimefnc.c484 play_1.mungrm = br; in cevapp_()
595 rooms_1.rflag[play_1.mungrm - 1] = rooms_1.rflag[play_1.mungrm - 1] | 256; in cevapp_()
597 rooms_1.rdesc1[play_1.mungrm - 1] = 114; in cevapp_()
598 if (play_1.here == play_1.mungrm) { in cevapp_()
604 if (play_1.mungrm != 135) { in cevapp_()
H A Ddungeon.c89 play_1.mungrm = 0; in dungeon_main()
H A Dcommons.h37 integer moves, deaths, rwscor, mxscor, mxload, ltshft, bloc, mungrm, hs, member
H A Dgdt.c618 play_1.bloc, play_1.mungrm, play_1.hs, in gdt_()
H A Dverbs.c3520 f_put_ints(savefile, &play_1.mungrm, 1); in savegm_()
3629 f_get_ints(savefile, &play_1.mungrm, 1); in rstrgm_()