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

Function a_monnam

src/do_name.c:1151–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149}
1150
1151char *
1152a_monnam(struct monst *mtmp)
1153{
1154 return x_monnam(mtmp, ARTICLE_A, (char *) 0,
1155 has_mgivenname(mtmp) ? SUPPRESS_SADDLE : 0, FALSE);
1156}
1157
1158char *
1159Amonnam(struct monst *mtmp)

Callers 15

AmonnamFunction · 0.85
djinni_from_bottleFunction · 0.85
mfind0Function · 0.85
that_is_a_mimicFunction · 0.85
mount_steedFunction · 0.85
moverock_coreFunction · 0.85
spoteffectsFunction · 0.85
lookaroundFunction · 0.85
mattackmFunction · 0.85
hatch_eggFunction · 0.85
sacrifice_your_raceFunction · 0.85
mhurtle_stepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected