Searched refs:shp (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dshknam.c246 mkshobj_at(shp, sx, sy)
248 const struct shclass *shp;
264 atype = get_shop_item(shp - shtypes);
335 shkinit(shp, sroom) /* create a new shopkeeper in the given room */
336 const struct shclass *shp;
416 if (shp->shknms == shkrings)
418 nameshk(shk, shp->shknms);
438 const struct shclass *shp = &shtypes[shp_indx]; local
441 if ((sh = shkinit(shp, sroom)) < 0)
481 mkshobj_at(shp, s
502 const struct shclass *shp = &shtypes[shp_indx]; local
518 const struct shclass *shp = shtypes+type; local
[all...]
H A Drestore.c163 char damaged_shops[5], *shp = (char *)0; local
176 for (shp = damaged_shops; *shp; shp++) {
177 struct monst *shkp = shop_keeper(*shp);
184 if (!shp || !*shp) {
H A Dshk.c3465 char *shp; local
3472 for (shp = shops_affected; *shp; shp++) {
3476 if (!(tmp_shk = shop_keeper(*shp)))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dshknam.c246 mkshobj_at(shp, sx, sy)
248 const struct shclass *shp;
264 atype = get_shop_item(shp - shtypes);
335 shkinit(shp, sroom) /* create a new shopkeeper in the given room */
336 const struct shclass *shp;
416 if (shp->shknms == shkrings)
418 nameshk(shk, shp->shknms);
438 const struct shclass *shp = &shtypes[shp_indx]; local
441 if ((sh = shkinit(shp, sroom)) < 0)
481 mkshobj_at(shp, s
502 const struct shclass *shp = &shtypes[shp_indx]; local
518 const struct shclass *shp = shtypes+type; local
[all...]
H A Drestore.c163 char damaged_shops[5], *shp = (char *)0; local
176 for (shp = damaged_shops; *shp; shp++) {
177 struct monst *shkp = shop_keeper(*shp);
184 if (!shp || !*shp) {
H A Dshk.c3465 char *shp; local
3472 for (shp = shops_affected; *shp; shp++) {
3476 if (!(tmp_shk = shop_keeper(*shp)))

Completed in 92 milliseconds