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

Function An

src/objnam.c:2157–2164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2155}
2156
2157char *
2158An(const char *str)
2159{
2160 char *tmp = an(str);
2161
2162 *tmp = highc(*tmp);
2163 return tmp;
2164}
2165
2166/*
2167 * Prepend "the" if necessary; assumes str is a subject derived from xname.

Callers 12

convert_lineFunction · 0.85
hmon_hitmon_misc_objFunction · 0.85
wizterrainwishFunction · 0.85
digactualholeFunction · 0.85
angrygodsFunction · 0.85
gcrownuFunction · 0.85
release_camera_demonFunction · 0.85
chest_shatter_msgFunction · 0.85
bhitmFunction · 0.85
burn_floor_objectsFunction · 0.85
melt_iceFunction · 0.85
kick_nondoorFunction · 0.85

Calls 2

anFunction · 0.85
highcFunction · 0.85

Tested by

no test coverage detected