Home
last modified time | relevance | path

Searched refs:mapseenchn (Results 1 – 6 of 6) sorted by relevance

/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Ddungeon.c62 mapseen *mapseenchn = (struct mapseen *)0; variable
175 mapseenchn = 0;
221 mapseenchn = curr_ms;
271 for (mptr = mapseenchn; mptr; mptr = mptr->next)
1985 for (mptr = mapseenchn; mptr; mptr = mptr->next)
1997 for (mptr = mapseenchn; mptr; mptr = mptr->next)
2081 prev = mapseenchn;
2110 if (!mapseenchn) {
2111 mapseenchn = init;
2294 for (mptr = mapseenchn; mptr; mptr = mptr->next) { in dooverview()
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Ddungeon.c165 for (count = 0, curr_ms = mapseenchn; curr_ms;
188 mapseenchn = 0;
236 mapseenchn = curr_ms;
2109 for (mptr = mapseenchn; mptr; mptr = mptr->next)
2122 for (mptr = mapseenchn; mptr; mptr = mptr->next)
2137 for (mptr = mapseenchn; mptr; mptr = mptr->next)
2188 mapseenchn = mptr->next;
2304 mptraddr = &mapseenchn;
2352 init->next = mapseenchn;
2353 mapseenchn = init;
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Ddungeon.c165 for (count = 0, curr_ms = mapseenchn; curr_ms;
188 mapseenchn = 0;
236 mapseenchn = curr_ms;
2109 for (mptr = mapseenchn; mptr; mptr = mptr->next)
2122 for (mptr = mapseenchn; mptr; mptr = mptr->next)
2137 for (mptr = mapseenchn; mptr; mptr = mptr->next)
2188 mapseenchn = mptr->next;
2304 mptraddr = &mapseenchn;
2352 init->next = mapseenchn;
2353 mapseenchn = init;
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddungeon.c62 mapseen *mapseenchn = (struct mapseen *)0; variable
169 for (curr_ms = mapseenchn; curr_ms; curr_ms = next_ms) {
175 mapseenchn = 0;
221 mapseenchn = curr_ms;
1953 for (mptr = mapseenchn; mptr; mptr = mptr->next)
1965 for (mptr = mapseenchn; mptr; mptr = mptr->next)
2049 prev = mapseenchn;
2078 if (!mapseenchn) {
2079 mapseenchn = init;
2086 for (mptr = mapseenchn; mptr->next; mptr = mptr->next) {
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Ddungeon.c160 for (count = 0, curr_ms = g.mapseenchn; curr_ms; in save_dungeon()
186 g.mapseenchn = 0; in save_dungeon()
245 g.mapseenchn = curr_ms; in restore_dungeon()
2409 for (mptr = g.mapseenchn; mptr; mptr = mptr->next) in find_mapseen()
2421 for (mptr = g.mapseenchn; mptr; mptr = mptr->next) in find_mapseen_by_str()
2457 g.mapseenchn = mptr->next; in rm_mapseen()
2544 for (mptr = g.mapseenchn; mptr; mptr = mptr->next) { in overview_stats()
2587 mptraddr = &g.mapseenchn; in remdun_mapseen()
2634 init->next = g.mapseenchn; in init_mapseen()
2635 g.mapseenchn = init; in init_mapseen()
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Ddecl.h882 mapseen *mapseenchn; /*DUNGEON_OVERVIEW*/ member