Home
last modified time | relevance | path

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

/netbsd-src/games/rogue/
H A Dobject.c311 if (obj->which_kind == RATION) { in name_of()
601 obj->which_kind = RATION; in get_food()
H A Duse.c416 if (obj->which_kind == RATION) { in eat()
H A Drogue.h151 #define RATION 0 macro
H A Dinventory.c566 if (obj->which_kind == RATION) { in get_desc()