Searched refs:shk (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/games/hack/
H A Ddef.eshk.h79 coord shk; /* usual position shopkeeper */ member in struct:eshk
H A Dhack.mkshop.c76 #define ESHK ((struct eshk *)(&(shk->mextra[0])))
96 struct monst *shk; local
187 if (!(shk = makemon(PM_SHK, sx, sy)))
189 shk->isshk = shk->mpeaceful = 1;
190 shk->msleep = 0;
191 shk->mtrapseen = ~0U; /* we know all the traps already */
195 ESHK->shk.x = sx;
196 ESHK->shk.y = sy;
200 shk
[all...]
H A Dhack.shk.c1 /* $NetBSD: hack.shk.c,v 1.12 2011/08/06 20:29:37 dholland Exp $ */
66 __RCSID("$NetBSD: hack.shk.c,v 1.12 2011/08/06 20:29:37 dholland Exp $");
661 (u.ux == ESHK(shopkeeper)->shk.x && u.uy == ESHK(shopkeeper)->shk.y) ||
719 if (!inshop() || (u.ux == ESHK(shopkeeper)->shk.x && u.uy == ESHK(shopkeeper)->shk.y) ||
924 shkp->mx == ESHK(shkp)->shk.x && shkp->my == ESHK(shkp)->shk.y &&
982 gx = ESHK(shkp)->shk.x;
983 gy = ESHK(shkp)->shk
[all...]
H A DMakefile16 hack.search.c hack.shk.c hack.shknam.c hack.steal.c hack.terminfo.c \

Completed in 156 milliseconds