Home
last modified time | relevance | path

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

/netbsd-src/games/rogue/
H A Dtrap.c62 static const char *const trap_strings[TRAPS * 2] = { variable
106 new_level_message = trap_strings[(t*2)+1]; in trap_player()
109 messagef(1, "%s", trap_strings[(t*2)+1]); in trap_player()
117 messagef(1, "%s", trap_strings[(t*2)+1]); in trap_player()
132 messagef(1, "%s", trap_strings[(t*2)+1]); in trap_player()
136 messagef(1, "%s", trap_strings[(t*2)+1]); in trap_player()
209 messagef(0, "%s", trap_strings[t*2]); in id_trap()
269 trap_strings[t*2]); in search()