Lines Matching refs:Menu
207 cost = Menu[loop].cost; in tradingpost()
208 printw("(%d) %-12s: %6.0f\n", loop + 1, Menu[loop].item, cost); in tradingpost()
246 Menu[0].cost, floor(Player.p_gold / Menu[0].cost)); in tradingpost()
247 cost = (numitems = floor(infloat())) * Menu[0].cost; in tradingpost()
263 Menu[1].cost, floor(Player.p_gold / Menu[1].cost)); in tradingpost()
264 cost = (numitems = floor(infloat())) * Menu[1].cost; in tradingpost()
284 Menu[2].cost, floor(Player.p_gold / Menu[2].cost)); in tradingpost()
285 cost = (numitems = floor(infloat())) * Menu[2].cost; in tradingpost()
306 Menu[3].cost, floor(Player.p_gold / Menu[3].cost)); in tradingpost()
307 cost = (numitems = floor(infloat())) * Menu[3].cost; in tradingpost()
327 Menu[4].cost, floor(Player.p_gold / Menu[4].cost)); in tradingpost()
328 cost = (numitems = floor(infloat())) * Menu[4].cost; in tradingpost()
344 Menu[5].cost, floor(Player.p_gold / Menu[5].cost)); in tradingpost()
345 cost = (numitems = floor(infloat())) * Menu[5].cost; in tradingpost()