Searched refs:getobj (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/games/hack/ |
| H A D | hack.do_wear.c | 91 getobj("[", "take off"); in doremarm() 189 otmp = getobj("[", "wear"); in doweararm() 253 otmp = getobj("=", "wear"); in dowearring()
|
| H A D | hack.potion.c | 79 otmp = getobj("!", "drink"); in dodrink() 421 if(!(obj = getobj("#", "dip"))) in dodip() 423 if(!(potion = getobj("!", "dip into"))) in dodip()
|
| H A D | hack.do_name.c | 218 obj = getobj("#", "name"); in ddocall() 222 obj = getobj("?!=/", "call"); in ddocall()
|
| H A D | hack.wield.c | 81 if(!(wep = getobj("#-)", "wield"))) /* nothing */; in dowield()
|
| H A D | hack.apply.c | 89 obj = getobj("(", "use or apply"); in doapply() 256 otmp = getobj("0#%", "put in"); in use_ice_box()
|
| H A D | hack.do.c | 80 return(drop(getobj("0$#", "drop"))); in dodrop() 328 obj = getobj("#)", "throw"); /* it is also possible to throw food */ in dothrow()
|
| H A D | hack.engrave.c | 217 otmp = getobj("#-)/", "write with"); in doengrave()
|
| H A D | hack.eat.c | 189 otmp = getobj("%", "eat"); in doeat()
|
| H A D | hack.h | 371 struct obj *getobj(char *, char *);
|
| H A D | hack.read.c | 77 scroll = getobj("?", "read"); in doread()
|
| H A D | hack.zap.c | 193 obj = getobj("/", "zap"); in dozap()
|
| H A D | hack.invent.c | 366 getobj(char *let, char *word) in getobj() function
|