Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1082
char *
1083
noit_Monnam(struct monst *mtmp)
1084
{
1085
char *bp = noit_mon_nam(mtmp);
1086
1087
*bp = highc(*bp);
1088
return bp;
1089
}
1090
1091
char *
1092
Some_Monnam(struct monst *mtmp)
Callers
10
castmu
Function · 0.85
display_minventory
Function · 0.85
invault
Function · 0.85
wallify_vault
Function · 0.85
gd_move
Function · 0.85
dog_eat
Function · 0.85
dog_move
Function · 0.85
openholdingtrap
Function · 0.85
probe_monster
Function · 0.85
doseduce
Function · 0.85
Calls
2
noit_mon_nam
Function · 0.85
highc
Function · 0.85
Tested by
no test coverage detected