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

Function test_glyphnames

src/glyphs.c:1251–1262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1249};
1250
1251void
1252test_glyphnames(void)
1253{
1254 int reslt;
1255
1256 reslt = find_glyphs("G_potion_of_monster_detection");
1257 reslt = find_glyphs("G_piletop_body_chickatrice");
1258 reslt = find_glyphs("G_detected_male_homunculus");
1259 reslt = find_glyphs("S_pool");
1260 reslt = find_glyphs("S_dog");
1261 reslt = glyphs_to_unicode("S_dog", "U+130E6", 0L);
1262}
1263
1264staticfn void
1265just_find_callback(int glyph UNUSED, struct find_struct *findwhat UNUSED)

Callers

nothing calls this directly

Calls 2

find_glyphsFunction · 0.85
glyphs_to_unicodeFunction · 0.85

Tested by

no test coverage detected