Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Dhack.mkshop.c118 for (i = 0; shtypes[i]; i++) in mkshop()
119 if (*ep == shtypes[i]) in mkshop()
149 if (!shtypes[i]) in mkshop()
155 let = shtypes[i]; in mkshop()
H A Dhack.h208 extern const char shtypes[]; /* = "=/)%?!["; 8 types: 7 specialized, 1 mixed */
H A Dhack.shk.c179 const char shtypes[] = { /* 8 shoptypes: 7 specialized, 1 mixed */ variable
750 ((tmp = shtypes[rooms[ESHK(shopkeeper)->shoproom].rtype - 8]) && tmp != obj->olet) in subfrombill()