Lines Matching refs:price
119 int price;
128 price = mp->h_cost * 50;
145 printf("Houses will cost $%d\n", price);
206 total_purchase * price);
208 cur_p->money -= total_purchase * price;
269 int price;
275 price = mp->h_cost * 25;
277 printf("Houses will get you $%d apiece\n", price);
314 tot == 1 ? "" : "s", tot * price);
316 cur_p->money += tot * price;