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

Function dowhatis

src/pager.c:2318–2325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2316}
2317
2318RESTORE_WARNING_FORMAT_NONLITERAL
2319
2320/* the #whatis command */
2321int
2322dowhatis(void)
2323{
2324 return do_look(0, (coord *) 0);
2325}
2326
2327/* the #glance command */
2328int

Callers 3

onWMCommandFunction · 0.85
hmenu_dowhatisFunction · 0.85
onWMCommandFunction · 0.85

Calls 1

do_lookFunction · 0.85

Tested by

no test coverage detected