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

Function glyphrep

src/glyphs.c:469–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469int
470glyphrep(const char *op)
471{
472 int reslt = 0, glyph = NO_GLYPH;
473
474 if (!glyphid_cache)
475 reslt = 1; /* for debugger use only; no cache available */
476 nhUse(reslt);
477 reslt = glyphrep_to_custom_map_entries(op, &glyph);
478 if (reslt)
479 return 1;
480 return 0;
481}
482
483int
484add_custom_nhcolor_entry(

Callers 1

match_glyphFunction · 0.85

Calls 1

Tested by

no test coverage detected