Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ xname
Function
xname
src/objnam.c:574–578 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
572
}
573
574
char *
575
xname(struct obj *obj)
576
{
577
return xname_flags(obj, CXN_NORMAL);
578
}
579
580
staticfn char *
581
xname_flags(
Callers
15
ready_weapon
Function · 0.85
wield_tool
Function · 0.85
finish_quest
Function · 0.85
fix_ghostly_obj
Function · 0.85
really_done
Function · 0.85
container_contents
Function · 0.85
dosit
Function · 0.85
docallcmd
Function · 0.85
docall_xname
Function · 0.85
potion_dip
Function · 0.85
use_crystal_ball
Function · 0.85
on_msg
Function · 0.85
Calls
1
xname_flags
Function · 0.85
Tested by
no test coverage detected