HomeSort by: relevance | last modified time | path
    Searched defs:pack_letter (Results 1 - 2 of 2) 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));
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));

Completed in 143 milliseconds