Home
last modified time | relevance | path

Searched refs:STAT_STRENGTH (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/games/rogue/
H A Dspec_hit.c408 print_stats(STAT_STRENGTH); in sting()
458 print_stats((STAT_STRENGTH | STAT_HP)); in drain_life()
H A Dring.c335 print_stats(STAT_STRENGTH); in ring_stats()
H A Dtrap.c126 print_stats(STAT_HP | STAT_STRENGTH); in trap_player()
H A Dmessage.c279 if (stat_mask & STAT_STRENGTH) { in print_stats()
H A Duse.c183 print_stats((STAT_STRENGTH | STAT_HP)); in quaff()
H A Drogue.h319 #define STAT_STRENGTH 010 macro