MCPcopy 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
574char *
575xname(struct obj *obj)
576{
577 return xname_flags(obj, CXN_NORMAL);
578}
579
580staticfn char *
581xname_flags(

Callers 15

ready_weaponFunction · 0.85
wield_toolFunction · 0.85
finish_questFunction · 0.85
fix_ghostly_objFunction · 0.85
really_doneFunction · 0.85
container_contentsFunction · 0.85
dositFunction · 0.85
docallcmdFunction · 0.85
docall_xnameFunction · 0.85
potion_dipFunction · 0.85
use_crystal_ballFunction · 0.85
on_msgFunction · 0.85

Calls 1

xname_flagsFunction · 0.85

Tested by

no test coverage detected