Searched refs:POTIONS (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/games/rogue/
H A Dsave.c141 rw_id(id_potions, fp, POTIONS, 1);
213 rw_id(id_potions, fp, POTIONS, 0);
H A Dinventory.c433 j = get_rand(0, (POTIONS - 1));
434 k = get_rand(0, (POTIONS - 1));
H A Dobject.c83 struct id id_potions[POTIONS] = {
752 max = POTIONS - 1;
H A Drogue.h123 #define POTIONS 14 macro
H A Dscore.c622 for (i = 0; i < POTIONS; i++) {
H A Duse.c594 return(id_potions[get_rand(0, POTIONS-1)].title);

Completed in 186 milliseconds