Home
last modified time | relevance | path

Searched refs:replgd (Results 1 – 3 of 3) sorted by relevance

/openbsd/games/hack/
H A Dhack.vault.c84 replgd(struct monst *mtmp, struct monst *mtmp2) in replgd() function
344 replgd(struct monst *mtmp, struct monst *mtmp2) in replgd() function
H A Dhack.h696 void replgd(struct monst *, struct monst *);
H A Dhack.mon.c675 if(mtmp2->isgd) replgd(mtmp,mtmp2); in replmon()