Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dshopping.h15 struct shop_struct;
23 int item_price(const item_def& item, const shop_struct& shop);
31 void shop(shop_struct& shop, const level_pos& pos);
33 shop_struct *shop_at(const coord_def& where);
37 string shop_name(const shop_struct& shop);
54 struct shop_struct struct
71 shop_struct () : pos(), greed(0), type(SHOP_UNASSIGNED), level(0), in shop_struct() argument
H A Dtilepick.h24 struct shop_struct;
34 tileidx_t tileidx_shop(const shop_struct *shop);
H A Dstash.h88 ShopInfo(const shop_struct& shop_ = shop_struct());
102 shop_struct shop;
H A Dshopping.cc58 int item_price(const item_def& item, const shop_struct& shop) in item_price()
770 static bool _purchase(shop_struct& shop, const level_pos& pos, int index) in _purchase()
861 shop_struct& shop;
878 ShopMenu(shop_struct& _shop, const level_pos& _pos, bool _can_purchase);
939 ShopMenu::ShopMenu(shop_struct& _shop, const level_pos& _pos, bool _can_purchase) in ShopMenu()
1305 shop_struct& shop = *shop_at(you.pos()); in shop()
1346 void shop(shop_struct& shop, const level_pos& pos) in shop()
1362 shop_struct *shop_at(const coord_def& where) in shop_at()
1426 string shop_name(const shop_struct& shop) in shop_name()
1878 const shop_struct *shop = shop_at(place.pos); in item_type_identified()
[all …]
H A Denv.h66 map<coord_def, shop_struct> shop; // shop list
H A Dstash.cc563 ShopInfo::ShopInfo(const shop_struct& shop_) in ShopInfo()
606 ::shop(const_cast<shop_struct&>(shop), pos); in show_menu()
738 shop_struct shop = *shop_at(c); in get_shop()
H A Ddbg-maps.cc126 const shop_struct * const shop = shop_at(pos); in _do_build_level()
H A Dterrain.cc1438 shop_struct* shop1 = shop_at(pos1); in swap_features()
1439 shop_struct* shop2 = shop_at(pos2); in swap_features()
1532 shop_struct tmp = env.shop[pos1]; in swap_features()
H A Ddbg-scan.cc654 if (shop_struct *shop = shop_at(*ri)) in check_map_validity()
H A Dl-item.cc1461 shop_struct *shop = shop_at(s); in lua_push_shop_items_at()
H A Dtags.cc2157 static void marshall_shop(writer &th, const shop_struct& shop) in marshall_shop()
2175 static void unmarshall_shop(reader &th, shop_struct& shop) in unmarshall_shop()
6252 shop_struct shop; in _tag_read_level()
H A Ddungeon.cc5927 shop_spec &spec, shop_struct &shop, in _stock_shop_item()
6030 shop_struct& shop = env.shop[where]; in place_spec_shop()
H A Dtilepick.cc127 tileidx_t tileidx_shop(const shop_struct *shop) in tileidx_shop()
H A Dgod-abil.cc3036 shop_struct *shop = shop_at(you.pos()); in _gozag_place_shop()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dexterns.h379 struct shop_struct struct
418 FixedVector< shop_struct, MAX_SHOPS > shop; // shop list