Home
last modified time | relevance | path

Searched refs:STAT_GOLD (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/games/rogue/
Dmessage.c258 if (stat_mask & STAT_GOLD) { in print_stats()
Dpack.c137 print_stats(STAT_GOLD); in pick_up()
Dspec_hit.c171 print_stats(STAT_GOLD); in steal_gold()
Drogue.h317 #define STAT_GOLD 02 macro