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

Function doquickwhatis

src/pager.c:2328–2332  ·  view source on GitHub ↗

the #glance command */

Source from the content-addressed store, hash-verified

2326
2327/* the #glance command */
2328int
2329doquickwhatis(void)
2330{
2331 return do_look(1, (coord *) 0);
2332}
2333
2334/* the #showtrap command */
2335int

Callers

nothing calls this directly

Calls 1

do_lookFunction · 0.85

Tested by

no test coverage detected