Home
last modified time | relevance | path

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

/dragonfly/games/rogue/
H A Dpack.c55 static boolean mask_pack(const object *, unsigned short);
280 if (!mask_pack(&rogue.pack, mask)) { in pack_letter()
495 mask_pack(const object *pack, unsigned short mask) in mask_pack() function
546 return(mask_pack(&rogue.pack, AMULET)); in has_amulet()