MCPcopy Create free account
hub / github.com/NetHack/NetHack / noit_Monnam

Function noit_Monnam

src/do_name.c:1082–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082char *
1083noit_Monnam(struct monst *mtmp)
1084{
1085 char *bp = noit_mon_nam(mtmp);
1086
1087 *bp = highc(*bp);
1088 return bp;
1089}
1090
1091char *
1092Some_Monnam(struct monst *mtmp)

Callers 10

castmuFunction · 0.85
display_minventoryFunction · 0.85
invaultFunction · 0.85
wallify_vaultFunction · 0.85
gd_moveFunction · 0.85
dog_eatFunction · 0.85
dog_moveFunction · 0.85
openholdingtrapFunction · 0.85
probe_monsterFunction · 0.85
doseduceFunction · 0.85

Calls 2

noit_mon_namFunction · 0.85
highcFunction · 0.85

Tested by

no test coverage detected