Home
last modified time | relevance | path

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

/dragonfly/games/hack/
H A Dhack.do_wear.c88 getobj("[", "take off"); in doremarm()
190 otmp = getobj("[", "wear"); in doweararm()
258 otmp = getobj("=", "wear"); in dowearring()
H A Dhack.potion.c76 otmp = getobj("!", "drink"); in dodrink()
429 if (!(obj = getobj("#", "dip"))) in dodip()
431 if (!(potion = getobj("!", "dip into"))) in dodip()
H A Dhack.do_name.c223 obj = getobj("#", "name"); in ddocall()
228 obj = getobj("?!=/", "call"); in ddocall()
H A Dhack.wield.c80 if (!(wep = getobj("#-)", "wield"))) /* nothing */ in dowield()
H A Dhack.apply.c86 obj = getobj("(", "use or apply"); in doapply()
260 otmp = getobj("0#%", "put in"); in use_ice_box()
H A Dhack.do.c79 return (drop(getobj("0$#", "drop"))); in dodrop()
332 obj = getobj("#)", "throw"); /* it is also possible to throw food */ in dothrow()
H A Dhack.engrave.c216 otmp = getobj("#-)/", "write with"); in doengrave()
H A Dextern.h179 struct obj *getobj(const char *, const char *);
H A Dhack.eat.c188 otmp = getobj("%", "eat"); in doeat()
H A Dhack.read.c78 scroll = getobj("?", "read"); in doread()
H A Dhack.zap.c201 obj = getobj("/", "zap"); in dozap()
H A Dhack.invent.c379 getobj(const char *let, const char *word) in getobj() function