Home
last modified time | relevance | path

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

/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dsp_lev.h100 struct mkroom *tmproomlist[MAX_NESTED_ROOMS + 1]; member
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dsp_lev.h337 struct mkroom *tmproomlist[MAX_NESTED_ROOMS+1]; member
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dsp_lev.h263 struct mkroom *tmproomlist[MAX_NESTED_ROOMS+1]; member
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dsp_lev.h293 struct mkroom *tmproomlist[MAX_NESTED_ROOMS + 1]; member
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dsp_lev.h293 struct mkroom *tmproomlist[MAX_NESTED_ROOMS + 1]; member
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dsp_lev.c3821 g.coder->tmproomlist[g.coder->n_subroom] = tmpcr; in lspo_room()
3840 g.coder->tmproomlist[g.coder->n_subroom] = (struct mkroom *) 0; in lspo_room()
3856 g.coder->tmproomlist[g.coder->n_subroom] = NULL; in spo_endroom()
5740 g.coder->tmproomlist[g.coder->n_subroom] = troom; in lspo_region()
6309 g.coder->croom = g.coder->tmproomlist[g.coder->n_subroom - 1]; in update_croom()
6334 coder->tmproomlist[tmpi] = (struct mkroom *) 0; in sp_level_coder_init()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dsp_lev.c3436 coder->tmproomlist[coder->n_subroom] = tmpcr;
3443 coder->tmproomlist[coder->n_subroom] = (struct mkroom *) 0;
3454 coder->tmproomlist[coder->n_subroom] = NULL;
4681 coder->tmproomlist[coder->n_subroom] = troom;
5331 coder->tmproomlist[tmpi] = (struct mkroom *) 0;
5368 coder->croom = coder->tmproomlist[coder->n_subroom - 1];
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dsp_lev.c3436 coder->tmproomlist[coder->n_subroom] = tmpcr;
3443 coder->tmproomlist[coder->n_subroom] = (struct mkroom *) 0;
3454 coder->tmproomlist[coder->n_subroom] = NULL;
4681 coder->tmproomlist[coder->n_subroom] = troom;
5331 coder->tmproomlist[tmpi] = (struct mkroom *) 0;
5368 coder->croom = coder->tmproomlist[coder->n_subroom - 1];
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dsp_lev.c3579 coder->tmproomlist[coder->n_subroom] = tmpcr;
3586 coder->tmproomlist[coder->n_subroom] = (struct mkroom *)0;
3598 coder->tmproomlist[coder->n_subroom] = NULL;
4629 coder->tmproomlist[coder->n_subroom] = troom;
5235 coder->tmproomlist[tmpi] = (struct mkroom *)0;
5273 coder->croom = coder->tmproomlist[coder->n_subroom-1];
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dsp_lev.c3444 coder->tmproomlist[coder->n_subroom] = tmpcr;
3451 coder->tmproomlist[coder->n_subroom] = (struct mkroom *)0;
4378 coder->tmproomlist[coder->n_subroom] = troom;
4871 coder->tmproomlist[tmpi] = (struct mkroom *)0;
4907 coder->croom = coder->tmproomlist[coder->n_subroom-1];