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

  /src/games/monop/
monop.h 61 #define INC_TAX 6 /* Income tax */
213 void inc_tax(void);
print.c 97 case INC_TAX:
monop.c 182 {"Income Tax", -1, INC_TAX, NULL, 0 },
execute.c 163 case INC_TAX:
164 inc_tax();

Completed in 13 milliseconds