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

Function dump_all_glyphids

src/glyphs.c:796–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794}
795
796void
797dump_all_glyphids(FILE *fp)
798{
799 struct find_struct dump_glyphid_find = zero_find;
800
801 dump_glyphid_find.findtype = find_nothing;
802 dump_glyphid_find.reserved = (genericptr_t) fp;
803 dump_glyphid_find.restype = res_dump_glyphids;
804 (void) parse_id((char *) 0, &dump_glyphid_find);
805}
806
807void
808wizcustom_glyphids(winid win)

Callers 1

dump_glyphidsFunction · 0.85

Calls 1

parse_idFunction · 0.85

Tested by

no test coverage detected