Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ doname
Function
doname
src/objnam.c:1753–1757 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1751
}
1752
1753
char *
1754
doname(struct obj *obj)
1755
{
1756
return doname_base(obj, (unsigned) 0);
1757
}
1758
1759
/* Name of object including price. */
1760
char *
Callers
15
wield_tool
Function · 0.85
stealarm
Function · 0.85
worn_item_removal
Function · 0.85
steal
Function · 0.85
stealamulet
Function · 0.85
potion_dip
Function · 0.85
off_msg
Function · 0.85
select_off
Function · 0.85
attack_checks
Function · 0.85
steal_it
Function · 0.85
mhitm_ad_sedu
Function · 0.85
doaltarobj
Function · 0.85
Calls
1
doname_base
Function · 0.85
Tested by
no test coverage detected