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

Function The

src/objnam.c:2233–2240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2231}
2232
2233char *
2234The(const char *str)
2235{
2236 char *tmp = the(str);
2237
2238 *tmp = highc(*tmp);
2239 return tmp;
2240}
2241
2242/* returns "count cxname(otmp)" or just cxname(otmp) if count == 1 */
2243char *

Callers 15

ready_weaponFunction · 0.85
namefloorobjFunction · 0.85
lookup_novelFunction · 0.85
potion_dipFunction · 0.85
hmon_hitmon_misc_objFunction · 0.85
shade_missFunction · 0.85
gulpumFunction · 0.85
revive_corpseFunction · 0.85
TobjnamFunction · 0.85
setmnotwieldedFunction · 0.85
artifact_hitFunction · 0.85
moverock_coreFunction · 0.85

Calls 2

theFunction · 0.85
highcFunction · 0.85

Tested by

no test coverage detected