Home
last modified time | relevance | path

Searched refs:MONEY_W (Results 1 – 3 of 3) sorted by relevance

/dports/games/lincity/lincity-1.13.1/
H A Dgeometry.h267 #define MONEY_W 32 * CHAR_WIDTH macro
H A Dscreen.c1797 char str[MONEY_W / CHAR_WIDTH + 1]; in print_total_money()
1801 count += commify(str + count, (MONEY_W / CHAR_WIDTH) - count, total_money); in print_total_money()
1802 count += snprintf(str + count, (MONEY_W / CHAR_WIDTH) - count, in print_total_money()
1804 str[MONEY_W / CHAR_WIDTH] = '\0'; in print_total_money()
H A Dgeometry.c180 scr->money.w = MONEY_W; in initialize_geometry()