Home
last modified time | relevance | path

Searched refs:monster_mimic (Results 1 – 5 of 5) sorted by relevance

/dports/games/angband/Angband-4.2.2/src/
H A Dmonster.h277 struct monster_mimic { struct
278 struct monster_mimic *next; argument
354 struct monster_mimic *mimic_kinds;
H A Dmon-lore.h58 struct monster_mimic *mimic_kinds;
H A Dmon-init.c1521 struct monster_mimic *m; in parse_monster_mimic()
1761 struct monster_mimic *m; in cleanup_monster()
1784 struct monster_mimic *mn = m->next; in cleanup_monster()
2366 struct monster_mimic *m; in parse_lore_mimic()
2486 struct monster_mimic *m; in cleanup_lore()
2508 struct monster_mimic *mn = m->next; in cleanup_lore()
H A Dmon-lore.c380 struct monster_mimic *mk; in wipe_monster_lore()
405 struct monster_mimic *mkn = mk->next; in wipe_monster_lore()
1843 struct monster_mimic *m = lore->mimic_kinds; in write_lore_entries()
H A Dmon-make.c861 struct monster_mimic *mimic_kind; in mon_create_mimicked_object()