MCPcopy Index your code
hub / github.com/NetHack/NetHack / Doname2

Function Doname2

src/objnam.c:2302–2309  ·  view source on GitHub ↗

capitalized variant of doname() */

Source from the content-addressed store, hash-verified

2300
2301/* capitalized variant of doname() */
2302char *
2303Doname2(struct obj *obj)
2304{
2305 char *s = doname(obj);
2306
2307 *s = highc(*s);
2308 return s;
2309}
2310
2311/* doname() for itemized buying of 'obj' from a shop */
2312char *

Callers 8

doaltarobjFunction · 0.85
hitfloorFunction · 0.85
toss_upFunction · 0.85
breakmsgFunction · 0.85
mbag_item_goneFunction · 0.85
tipcontainerFunction · 0.85
hornoplentyFunction · 0.85
really_kick_objectFunction · 0.85

Calls 2

donameFunction · 0.85
highcFunction · 0.85

Tested by

no test coverage detected