Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2318
RESTORE_WARNING_FORMAT_NONLITERAL
2319
2320
/* the #whatis command */
2321
int
2322
dowhatis(void)
2323
{
2324
return do_look(0, (coord *) 0);
2325
}
2326
2327
/* the #glance command */
2328
int
Callers
3
onWMCommand
Function · 0.85
hmenu_dowhatis
Function · 0.85
onWMCommand
Function · 0.85
Calls
1
do_look
Function · 0.85
Tested by
no test coverage detected