HomeSort by: relevance | last modified time | path
    Searched refs:pack_letter (Results 1 - 7 of 7) sorted by relevancy

  /src/games/rogue/
pack.c 166 if ((ch = pack_letter("drop what?", ALL_OBJECTS)) == CANCEL) {
279 pack_letter(const char *prompt, unsigned short mask) function in typeref:typename:short
348 ch = pack_letter("wear what?", ARMOR);
397 ch = pack_letter("wield what?", WEAPON);
446 ch = pack_letter("call what?", (SCROL | POTION | WAND | RING));
use.c 84 ch = pack_letter("quaff what?", POTION);
196 ch = pack_letter("read what?", SCROL);
374 ch = pack_letter("what would you like to identify?", ALL_OBJECTS);
401 ch = pack_letter("eat what?", FOOD);
ring.c 84 if ((ch = pack_letter("put on what?", RING)) == CANCEL) {
throw.c 82 if ((wch = pack_letter("throw what?", WEAPON)) == CANCEL) {
zap.c 85 if ((wch = pack_letter("zap with what?", WAND)) == CANCEL) {
rogue.h 567 short pack_letter(const char *, unsigned short);
inventory.c 713 ch = ichar ? ichar : pack_letter("inventory what?", ALL_OBJECTS);

Completed in 14 milliseconds