Home
last modified time | relevance | path

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

/netbsd-src/games/wump/
H A Dwump.c101 static int arrows_left; /* arrows unshot */ variable
235 arrows_left = arrow_num; in main()
267 player_loc, arrows_left, plural(arrows_left)); in display_room_stats()
497 if (!--arrows_left) { in shoot()