HomeSort by: relevance | last modified time | path
    Searched refs:outstanding_taxes (Results 1 - 5 of 5) sorted by relevancy

  /src/games/larn/
store.c 244 if (outstanding_taxes > 0) {
247 lprintf("They have also told us that you owe %ld gp in back taxes, and as we must\n", (long) outstanding_taxes);
533 if (outstanding_taxes > 0) {
537 lprintf("levied taxes have been paid. They have also told us that you owe %ld gp in\n", (long) outstanding_taxes);
900 if (outstanding_taxes > 0)
901 lprintf("You presently owe %ld gp in taxes. ", (long) outstanding_taxes);
data.c 169 long outstanding_taxes = 0; /* present tax bill from score file */ variable in typeref:typename:long
main.c 968 if (outstanding_taxes > 0)
970 (long) outstanding_taxes);
scores.c 199 * scoreboard. This function also sets outstanding_taxes to the value in
213 outstanding_taxes = winr[i].taxes;
244 outstanding_taxes -= amt;
header.h 367 extern long outstanding_taxes, skill[], gltime, c[], cbak[];

Completed in 16 milliseconds