Home
last modified time | relevance | path

Searched refs:count_monsters (Results 1 – 4 of 4) sorted by relevance

/dports/devel/flatcc/flatcc-0.6.0/test/monster_test/
H A Dmonster_test.c1150 static size_t count_monsters(ns(Monster_vec_t) monsters, const char *name) in count_monsters() function
1352 if (1 != count_monsters(monsters, "Joker")) { in test_scan()
1356 if (0 != count_monsters(monsters, "Jingle")) { in test_scan()
1360 if (1 != count_monsters(monsters, "TwoFace")) { in test_scan()
1364 if (2 != count_monsters(monsters, "Gulliver")) { in test_scan()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h520 int count_monsters(monster_type mtyp, bool friendly_only);
H A Dmon-util.cc5204 int count_monsters(monster_type mtyp, bool friendly_only) in count_monsters() function
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dundead.c768 static int count_monsters(game_state *state, in count_monsters() function
1108 while ( (count_monsters(new, &count_ghosts, &count_vampires, in new_game_desc()
1128 count_monsters(new, &new->common->num_ghosts, in new_game_desc()