Searched refs:getobj (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/games/hack/
H A Dhack.wield.c85 if (!(wep = getobj("#-)", "wield"))) /* nothing */
H A Dhack.do_wear.c93 getobj("[", "take off");
195 otmp = getobj("[", "wear");
263 otmp = getobj("=", "wear");
H A Dhack.potion.c81 otmp = getobj("!", "drink");
434 if (!(obj = getobj("#", "dip")))
436 if (!(potion = getobj("!", "dip into")))
H A Dhack.do_name.c228 obj = getobj("#", "name");
233 obj = getobj("?!=/", "call");
H A Dhack.apply.c91 obj = getobj("(", "use or apply");
264 /* call getobj: 0: allow cnt; #: allow all types; %: expect food */
265 otmp = getobj("0#%", "put in");
H A Dhack.do.c84 return (drop(getobj("0$#", "drop")));
337 obj = getobj("#)", "throw"); /* it is also possible to throw food */
H A Dhack.engrave.c221 otmp = getobj("#-)/", "write with");
H A Dhack.eat.c193 otmp = getobj("%", "eat");
H A Dextern.h179 struct obj *getobj(const char *, const char *);
H A Dhack.read.c83 scroll = getobj("?", "read");
H A Dhack.zap.c206 obj = getobj("/", "zap");
H A Dhack.invent.c378 * getobj returns:
384 getobj(const char *let, const char *word) function
552 /* interactive version of getobj - used for Drop and Identify */

Completed in 213 milliseconds