Home | History | Annotate | Download | only in larn

Lines Matching defs:taxes

12  * long paytaxes(x)	 Function to pay taxes if any are due winshou()
18 * Function to add entry to scoreboard new1sub(score,i,whoo,taxes)
58 long taxes; /* taxes he owes to LRS */
181 winr[i].taxes = winr[i].score = sco[i].score = 0;
213 outstanding_taxes = winr[i].taxes;
220 * long paytaxes(x) Function to pay taxes if any are due
222 * Enter with the amount (in gp) to pay on the taxes.
239 amt = winr[i].taxes;
241 amt = x; /* don't overpay taxes
243 winr[i].taxes -= amt;
444 long taxes;
454 taxes = score * TAXRATE;
462 new1sub(score, i, whoo, taxes);
471 new1sub(score, i, whoo, taxes);
497 * new1sub(score,i,whoo,taxes) Subroutine to put player into a
498 * int score,i,whyded,taxes; winning scoreboard entry if his score
503 * slot in scoreboard in i, and the tax bill in taxes.
507 new1sub(long score, int i, char *whoo, long taxes)
511 p->taxes += taxes;
523 * int score,i,whyded,taxes; non-winning scoreboard entry if his