Lines Matching refs:monst
82 static void initedog(struct monst *);
88 struct monst *mtmp = makemon(&li_dog, u.ux, u.uy); in makedog()
95 initedog(struct monst *mtmp) in initedog()
107 struct monst *mydogs = 0;
108 struct monst *fallen_down = 0;/* monsters that fell through a trapdoor */
114 struct monst *mtmp; in losedogs()
132 struct monst *mtmp; in keepdogs()
147 fall_down(struct monst *mtmp) in fall_down()
190 dog_move(struct monst *mtmp, int after) in dog_move()
194 struct monst *mtmp2; in dog_move()
491 tamedog(struct monst *mtmp, struct obj *obj) in tamedog()
493 struct monst *mtmp2; in tamedog()