Home
last modified time | relevance | path

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

/dports/games/angband/Angband-4.2.2/src/
H A Dmonster.h238 struct monster_friends { struct
239 struct monster_friends *next; argument
350 struct monster_friends *friends;
H A Dmon-lore.h56 struct monster_friends *friends;
H A Dmon-init.c1457 struct monster_friends *f; in parse_monster_friends()
1714 struct monster_friends *f; in finish_parse_monster()
1759 struct monster_friends *f; in cleanup_monster()
1772 struct monster_friends *fn = f->next; in cleanup_monster()
2302 struct monster_friends *f; in parse_lore_friends()
2443 struct monster_friends *f; in finish_parse_lore()
2484 struct monster_friends *f; in cleanup_lore()
2496 struct monster_friends *fn = f->next; in cleanup_lore()
H A Dmon-lore.c378 struct monster_friends *f; in wipe_monster_lore()
393 struct monster_friends *fn = f->next; in wipe_monster_lore()
1794 struct monster_friends *f = lore->friends; in write_lore_entries()
H A Dmon-make.c1323 struct monster_friends *friends; in place_new_monster()