Home
last modified time | relevance | path

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

/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Ddungeon.c79 play_1.ltshft = 10; in dungeon_main()
81 play_1.mxscor = play_1.ltshft; in dungeon_main()
H A Drooms.c473 scrupd_(&play_1.ltshft); in rappli_()
475 play_1.ltshft = 0; in rappli_()
H A Dcommons.h37 integer moves, deaths, rwscor, mxscor, mxload, ltshft, bloc, mungrm, hs, member
H A Dgdt.c617 play_1.mxscor, play_1.mxload, play_1.ltshft, in gdt_()
H A Dverbs.c3518 f_put_ints(savefile, &play_1.ltshft, 1); in savegm_()
3627 f_get_ints(savefile, &play_1.ltshft, 1); in rstrgm_()
/dports/games/dungeon/dungeon-3.2_1/
H A DDINIT.C160 state_1.ltshft = 10; in init_()
162 state_1.mxscor = state_1.ltshft; in init_()
H A DDVERB2.C54 do_uio(1, &state_1.ltshft, sizeof(integer)); in savegm_()
146 do_uio(1, &state_1.ltshft, sizeof(integer)); in rstrgm_()
H A DROOMS.C432 scrupd_(state_1.ltshft);
434 state_1.ltshft = 0;
H A DVARS.H298 integer moves, deaths, rwscor, mxscor, mxload, ltshft, bloc, mungrm, hs, member
H A DGDT.C384 state_1.mxload, state_1.ltshft, state_1.bloc, state_1.mungrm, in gdt_()