Home
last modified time | relevance | path

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

/openbsd-src/games/hack/
H A Dhack.do_wear.c91 getobj("[", "take off"); in doremarm()
189 otmp = getobj("[", "wear"); in doweararm()
253 otmp = getobj("=", "wear"); in dowearring()
H A Dhack.potion.c79 otmp = getobj("!", "drink"); in dodrink()
421 if(!(obj = getobj("#", "dip"))) in dodip()
423 if(!(potion = getobj("!", "dip into"))) in dodip()
H A Dhack.do_name.c218 obj = getobj("#", "name"); in ddocall()
222 obj = getobj("?!=/", "call"); in ddocall()
H A Dhack.wield.c81 if(!(wep = getobj("#-)", "wield"))) /* nothing */; in dowield()
H A Dhack.apply.c89 obj = getobj("(", "use or apply"); in doapply()
256 otmp = getobj("0#%", "put in"); in use_ice_box()
H A Dhack.do.c80 return(drop(getobj("0$#", "drop"))); in dodrop()
328 obj = getobj("#)", "throw"); /* it is also possible to throw food */ in dothrow()
H A Dhack.engrave.c217 otmp = getobj("#-)/", "write with"); in doengrave()
H A Dhack.eat.c189 otmp = getobj("%", "eat"); in doeat()
H A Dhack.h371 struct obj *getobj(char *, char *);
H A Dhack.read.c77 scroll = getobj("?", "read"); in doread()
H A Dhack.zap.c193 obj = getobj("/", "zap"); in dozap()
H A Dhack.invent.c366 getobj(char *let, char *word) in getobj() function