/src/games/hack/ |
hack.wield.c | 85 if (!(wep = getobj("#-)", "wield"))) /* nothing */
|
hack.do_wear.c | 93 getobj("[", "take off"); 195 otmp = getobj("[", "wear"); 263 otmp = getobj("=", "wear");
|
hack.potion.c | 81 otmp = getobj("!", "drink"); 434 if (!(obj = getobj("#", "dip"))) 436 if (!(potion = getobj("!", "dip into")))
|
hack.do_name.c | 228 obj = getobj("#", "name"); 233 obj = getobj("?!=/", "call");
|
hack.apply.c | 91 obj = getobj("(", "use or apply"); 264 /* call getobj: 0: allow cnt; #: allow all types; %: expect food */ 265 otmp = getobj("0#%", "put in");
|
hack.do.c | 84 return (drop(getobj("0$#", "drop"))); 337 obj = getobj("#)", "throw"); /* it is also possible to throw food */
|
extern.h | 179 struct obj *getobj(const char *, const char *);
|
hack.eat.c | 193 otmp = getobj("%", "eat");
|
hack.engrave.c | 221 otmp = getobj("#-)/", "write with");
|
hack.read.c | 83 scroll = getobj("?", "read");
|
hack.zap.c | 206 obj = getobj("/", "zap");
|
hack.invent.c | 378 * getobj returns: 384 getobj(const char *let, const char *word) function in typeref:struct:obj * 552 /* interactive version of getobj - used for Drop and Identify */
|