Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Dhack.do_wear.c93 getobj("[", "take off"); in doremarm()
195 otmp = getobj("[", "wear"); in doweararm()
263 otmp = getobj("=", "wear"); in dowearring()
H A Dhack.potion.c81 otmp = getobj("!", "drink"); in dodrink()
434 if (!(obj = getobj("#", "dip"))) in dodip()
436 if (!(potion = getobj("!", "dip into"))) in dodip()
H A Dhack.do_name.c228 obj = getobj("#", "name"); in ddocall()
233 obj = getobj("?!=/", "call"); in ddocall()
H A Dhack.wield.c85 if (!(wep = getobj("#-)", "wield"))) /* nothing */ in dowield()
H A Dhack.apply.c91 obj = getobj("(", "use or apply"); in doapply()
265 otmp = getobj("0#%", "put in"); in use_ice_box()
H A Dhack.do.c84 return (drop(getobj("0$#", "drop"))); in dodrop()
337 obj = getobj("#)", "throw"); /* it is also possible to throw food */ in dothrow()
H A Dhack.engrave.c221 otmp = getobj("#-)/", "write with"); in doengrave()
H A Dextern.h179 struct obj *getobj(const char *, const char *);
H A Dhack.eat.c193 otmp = getobj("%", "eat"); in doeat()
H A Dhack.read.c83 scroll = getobj("?", "read"); in doread()
H A Dhack.zap.c206 obj = getobj("/", "zap"); in dozap()
H A Dhack.invent.c384 getobj(const char *let, const char *word) in getobj() function