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

Function find_glyphs

src/glyphs.c:1270–1278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1268}
1269
1270staticfn int
1271find_glyphs(const char *id)
1272{
1273 struct find_struct find_only = zero_find;
1274
1275 find_only.unicode_val = 0;
1276 find_only.callback = just_find_callback;
1277 return glyph_find_core(id, &find_only);
1278}
1279
1280staticfn void
1281to_unicode_callback(int glyph UNUSED, struct find_struct *findwhat)

Callers 1

test_glyphnamesFunction · 0.85

Calls 1

glyph_find_coreFunction · 0.85

Tested by 1

test_glyphnamesFunction · 0.68