Home | History | Annotate | Download | only in monop

Lines Matching defs:cash

45 	int	cash;			/* amount of cash 		*/
71 trades[i].cash = 0;
140 tp->cash = get_int("How much are you trading? ");
187 if (tp->cash > 0)
188 printf("\t$%d\n", tp->cash), some++;
224 pl_fr->money -= from->cash;
225 pl_to->money += from->cash;
288 trades[0].cash = trades[0].gojf = 0;
291 trades[1].cash = cur_p->money > 0 ? cur_p->money : 0;